WrappedToken
Verified contract
Active on
Ethereum with 7,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,445.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EAI | ERC-20 | 22.847703K | $0.063266 |
$1,445.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243798 | 43 minutes ago | | | 0 | 0.0010818559 | |
| 21243693 | an hour ago | | | 0 | 0.0012268557 | |
| 21243628 | an hour ago | | | 0 | 0.0012148177 | |
| 21243505 | 2 hours ago | | | 0 | 0.00039627034 | |
| 21243465 | 2 hours ago | | | 0 | 0.00084113072 | |
| 21243444 | 2 hours ago | | | 0 | 0.00064376901 | |
| 21243351 | 2 hours ago | | | 0 | 0.00087854020 | |
| 21243258 | 3 hours ago | | | 0 | 0.00065143323 | |
| 21243209 | 3 hours ago | | | 0 | 0.00051938602 | |
| 21243187 | 3 hours ago | | | 0 | 0.00046246074 |
ABI
ABI objects
Getter at block 21244009
DOMAIN_SEPARATOR() view returns (bytes32)
0xb9da70dea968e80deb0d58794b797e5314a0df5e24d4ccd01ae7ff0297159e2c
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=EAI, version=1, chainId=1, verifyingContract=0xa84f95eb3dabdc1bbd613709ef5f2fd42ce5be8d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
EAI
owner() view returns (address)
0x532f0b30d65d9cfb01851184d9772c487dc6fbaa
symbol() view returns (string)
EAI
totalSupply() view returns (uint256)
57777764562312705886194153
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address bridgeContract, string name, string symbol, uint256 initSupply)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)