Access Control Role
Access Control Role is permissions such as minter or pauser assigned to addresses in a contract.
Read full definitionShouldEye Trust Intelligence Glossary
Contracts, approvals, signatures, dApps, and permission risks — never sign what you do not understand.
Educational information only. ShouldEye does not provide legal, banking, or individualized financial advice. Dispute rights, deadlines, and outcomes depend on your payment method, card network, issuer, processor, jurisdiction, and the facts of your case. Legal Disclaimers
26 published definitions in this topic.
Access Control Role is permissions such as minter or pauser assigned to addresses in a contract.
Read full definitionBytecode is compiled contract code deployed on-chain.
Read full definitionComposable Protocol is protocols designed to call each other, which can amplify systemic risk.
Read full definitionConstructor Argument is parameters set when a contract is deployed, sometimes encoding owner addresses.
Read full definitionContract ABI is the interface description wallets use to encode and decode contract calls.
Read full definitionDApp is a decentralized application UI that talks to smart contracts through a wallet.
Read full definitionDecentralized Autonomous Organization is an organization that uses tokens and on-chain votes to govern shared resources.
Read full definitionFlash Loan is an uncollateralized loan borrowed and repaid in one transaction, used in both arb and exploits.
Read full definitionFlash Loan Attack is using flash liquidity to manipulate markets or protocol logic within one transaction.
Read full definitionGovernance Attack is acquiring enough voting power to pass harmful proposals or drain treasuries.
Read full definitionGovernance Proposal is a formal proposal for protocol changes voted on by token holders or delegates.
Read full definitionImmutable Contract is a contract without upgrade paths; immutability does not mean the design is safe.
Read full definitionImplementation Contract is the logic contract behind a proxy that may be replaced in upgradeable systems.
Read full definitionMalicious Contract is a smart contract intentionally designed to trap funds or steal approvals.
Read full definitionMultisig Governance is protocol control held by a multisignature committee rather than fully on-chain voting.
Read full definitionOracle Manipulation is attacking price or data feeds to make contracts misprice assets.
Read full definitionPermissionless Interaction is anyone can call public contract functions if they pay fees and meet conditions.
Read full definitionProxy Contract is a contract that delegates calls to an implementation address.
Read full definitionReentrancy is a bug class where external calls re-enter a contract before state updates finish.
Read full definitionSmart Contract is program code stored on a blockchain that executes when transactions call it.
Read full definitionSmart Contract Audit is a scoped security review of contract code that reduces but does not eliminate risk.
Read full definitionTimelock Controller is a delay mechanism requiring waiting before admin actions execute.
Read full definitionUpgradeable Contract is a contract pattern that can change logic via admin-controlled upgrades.
Read full definitionVerified Source Mismatch is when UI labels do not match the actual contract you are interacting with.
Read full definitionWallet Signature Request is a prompt asking you to sign typed data or a transaction — read it carefully.
Read full definitionWeb3 is a marketing umbrella for wallet-connected apps using blockchains and smart contracts.
Read full definition