ECOx
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ECOx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ECOx"
ABI
ABI objects
Getter at block 21180871
DOMAIN_SEPARATOR() view returns (bytes32)
0x2f9b4de20f3a8c4876655db162be65bc23ff05aeec5dc501544d19b5a0af8674
currentSnapshotBlock() view returns (uint32)
19785311
decimals() view returns (uint8)
18
implementation() view returns (address _impl)
0x7b06ab9e43ef35e58079cc0cf388625a1977b1fa
name() view returns (string)
ECOx
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
policy() view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
roleAdmin() view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
symbol() view returns (string)
ECOx
totalSupply() view returns (uint256)
0
totalSupplySnapshot() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burners(address) view returns (bool)
minters(address) view returns (bool)
nonces(address owner) view returns (uint256)
snapshotters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _self)
mint(address _to, uint256 _value)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setImplementation(address _impl)
setPauser(address _pauser)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateBurners(address _key, bool _value)
updateMinters(address _key, bool _value)
updateSnapshotters(address _key, bool _value)
Approval(address indexed owner, address indexed spender, uint256 value)
NewSnapshotBlock(uint256 block)
Paused(address account)
PauserAssignment(address indexed pauser)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpdatedBurners(address actor, bool newPermission)
UpdatedMinters(address actor, bool newPermission)
UpdatedSnapshotters(address actor, bool newPermission)
constructor(address _policy, address _pauser)
This contract contains no fallback and receive objects.
NonZeroContractAddr(string contractName)
NonZeroPolicyAddr()
OnlyBurners()
OnlyMinters()
OnlySnapshotters()
PolicyOnlyFunction()
TransferFailed()