CADAICO
Verified contract
Active on
Ethereum with 4,559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CADAICO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279656 | 2 hours ago | | | 0 | 0.00053335120 | |
| 21279098 | 4 hours ago | | | 0 | 0.00040757711 | |
| 21279094 | 4 hours ago | | | 0 | 0.00052238962 | |
| 21279062 | 4 hours ago | | | 0 | 0.00036493012 | |
| 21279057 | 4 hours ago | | | 0 | 0.00042849836 | |
| 21279048 | 4 hours ago | | | 0 | 0.00063431306 | |
| 21278923 | 5 hours ago | | | 0 | 0.00057343852 | |
| 21276874 | 11 hours ago | | | 0 | 0.00025083517 | |
| 21273463 | a day ago | | | 0 | 0.00039733890 | |
| 21273241 | a day ago | | | 0 | 0.00053438547 |
ABI
ABI objects
Getter at block 21280290 renounceOwnership() view
DOMAIN_SEPARATOR() view returns (bytes32)
0x6cd11aab2869b721d1d13fae412ca538719692b5d94b27391c2749dd29b82115
MAX_TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=CADAICO, version=1, chainId=1, verifyingContract=0x4229725d41e2233d75b47675b55c6781df0b56a7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
initialMint() view returns (uint256)
10000000000000000000000000
name() view returns (string)
CADAICO
owner() view returns (address)
0xb7f2bfda11e6ec4e355fe243b3a7f9face544d18
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
wCADAI
totalMinted() view returns (uint256)
60501000000000000000000000
totalSupply() view returns (uint256)
19484887999387644423391262
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
MintCapExceeded(uint256 requestedAmount, uint256 cap, uint256 alreadyMinted)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)