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 "EYEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10319679 | 4 years ago | | | 0 | 0.0016828700 | |
| 9604912 | 5 years ago | | | 0 | 0.0012999700 | |
| 9598480 | 5 years ago | | | 0 | 0.0012999700 | |
| 9598391 | 5 years ago | | | 0 | 0.0018253900 | |
| 9577060 | 5 years ago | | | 0 | 0.0018253900 | |
| 9571116 | 5 years ago | | | 0 | 0.0012999700 | |
| 9571096 | 5 years ago | | | 0 | 0.0018245500 | |
| 9021971 | 5 years ago | | | 0 | 0.0012929700 | |
| 9021866 | 5 years ago | | | 0 | 0.0012929700 | |
| 8924822 | 5 years ago | | | 0 | 0.0012952100 |
ABI
ABI objects
Getter at block 21285467
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
EYEX
owner() view returns (address)
0x1d100926a9e7fc474bee6dc43f7b39fb936a7e64
paused() view returns (bool)
false
symbol() view returns (string)
EYEX
totalSupply() view returns (uint256)
210000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.