ECOx
Verified contract
Proxy
Active on
Ethereum with 14,971 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 ($1,270.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECOx | ERC-20 | 14.017929K | $0.090644 |
$1,270.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167568 | an hour ago | | | 0 | 0.0013066776 | |
| 21167021 | 3 hours ago | | | 0 | 0.0015552191 | |
| 21165886 | 6 hours ago | | | 0 | 0.0028000495 | |
| 21165876 | 7 hours ago | | | 0 | 0.0018046077 | |
| 21165673 | 7 hours ago | | | 0 | 0.0027481504 | |
| 21165639 | 7 hours ago | | | 0 | 0.0018802160 | |
| 21165616 | 7 hours ago | | | 0 | 0.0019176496 | |
| 21165479 | 8 hours ago | | | 0 | 0.0011625808 | |
| 21165462 | 8 hours ago | | | 0 | 0.0022744567 | |
| 21165428 | 8 hours ago | | | 0 | 0.0014695577 |
ABI
ABI objects
Getter at block 21167817
DOMAIN_SEPARATOR() view returns (bytes32)
0xc417cad9551c3ad4c259f0da396315d432264ad6f14d03e537f5a8e8c092d044
currentSnapshotBlock() view returns (uint32)
20983719
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)
0x99f98ea4a883db4692fa317070f4ad2dc94b05ce
policy() view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
roleAdmin() view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
symbol() view returns (string)
ECOx
totalSupply() view returns (uint256)
998366082182504042918163346
totalSupplySnapshot() view returns (uint256)
998760667888555900348239719
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 _impl)
fallback()
NonZeroContractAddr(string contractName)
NonZeroPolicyAddr()
OnlyBurners()
OnlyMinters()
OnlySnapshotters()
PolicyOnlyFunction()
TransferFailed()