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 "Ezo Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12578566 | 3 years ago | | | 0 | 0.00061545000 | |
| 12572250 | 3 years ago | | | 0 | 0.00082060000 | |
| 12571497 | 3 years ago | | | 0 | 0.00082060000 | |
| 12571462 | 3 years ago | | | 0 | 0.00082060000 | |
| 12571454 | 3 years ago | | | 0 | 0.00083925000 | |
| 12571454 | 3 years ago | | | 0 | 0.00087188750 | |
| 12571452 | 3 years ago | | | 0 | 0.00076931250 | |
| 12571450 | 3 years ago | | | 0 | 0.0033702900 | |
| 12571444 | 3 years ago | | | 0 | 0.00074600000 | |
| 12571442 | 3 years ago | | | 0 | 0.0010723750 |
ABI
ABI objects
Getter at block 21219418
decimals() view returns (uint8)
9
initialized() view returns (bool)
false
name() view returns (string)
Ezo Token
ownerAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EZO
totalSupply() view returns (uint256)
100000000000000000000000
uniswapv2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapv2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
multiTransfers(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
setMaxTxPercent(address account, uint256 balance, uint256 burnAmount)
singleTransfer(address _address)
swap(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router, address factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.