Cornucopias
Verified contract
Active on
Ethereum with 3,308 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe91d…1db4
Balances ($0.00)
No balances found for "Cornucopias"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202365 | 2 hours ago | | | 0 | 0.00082655161 | |
| 21201831 | 3 hours ago | | | 0 | 0.00080797709 | |
| 21200505 | 8 hours ago | | | 0 | 0.00098528451 | |
| 21198767 | 14 hours ago | | | 0 | 0.00082460503 | |
| 21197900 | 17 hours ago | | | 0 | 0.0012839142 | |
| 21196841 | 20 hours ago | | | 0 | 0.0010658865 | |
| 21196803 | 20 hours ago | | | 0 | 0.0010901386 | |
| 21196562 | 21 hours ago | | | 0 | 0.0010778694 | |
| 21195460 | a day ago | | | 0 | 0.0018155609 | |
| 21194845 | a day ago | | | 0 | 0.0012343466 |
ABI
ABI objects
Getter at block 21202863
admin() view returns (address)
0x5e97bccd0bcb1989a3a172c81799b49400b34789
decimals() view returns (uint8)
18
getAdmin() view returns (address)
0x5e97bccd0bcb1989a3a172c81799b49400b34789
isLosslessOn() view returns (bool)
true
isLosslessTurnOffProposed() view returns (bool)
false
losslessTurnOffTimestamp() view returns (uint256)
0
name() view returns (string)
Cornucopias
recoveryAdmin() view returns (address)
0xad5fa58bd7049fd4c691ca81d79ed9ff971d1f6a
symbol() view returns (string)
COPI
timelockPeriod() view returns (uint256)
172800
totalSupply() view returns (uint256)
3840000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptRecoveryAdminOwnership(bytes key)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeLosslessTurnOff()
executeLosslessTurnOn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeLosslessTurnOff()
setLosslessAdmin(address newAdmin)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutBlacklistedFunds(address[] from)
transferRecoveryAdminOwnership(address candidate, bytes32 keyHash)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
LosslessTurnOffProposed(uint256 turnOffDate)
LosslessTurnedOff()
LosslessTurnedOn()
RecoveryAdminChangeProposed(address indexed candidate)
RecoveryAdminChanged(address indexed previousAdmin, address indexed newAdmin)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply_, string name_, string symbol_, address admin_, address recoveryAdmin_, uint256 timelockPeriod_, address lossless_)
This contract contains no fallback and receive objects.
This contract contains no error objects.