ELA on Ethereum
Verified contract
Active on
Ethereum with 9,704 txns
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 "ELA on Ethereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246498 | 2 hours ago | | | 0 | 0.00049695100 | |
| 21246473 | 2 hours ago | | | 0 | 0.00083306538 | |
| 21246040 | 3 hours ago | | | 0 | 0.00082032727 | |
| 21245061 | 7 hours ago | | | 0 | 0.00056153854 | |
| 21244855 | 7 hours ago | | | 0 | 0.00049051586 | |
| 21244841 | 7 hours ago | | | 0 | 0.00082222697 | |
| 21243720 | 11 hours ago | | | 0 | 0.00054253196 | |
| 21243708 | 11 hours ago | | | 0 | 0.0010754977 | |
| 21242399 | 16 hours ago | | | 0 | 0.00055962781 | |
| 21241856 | 17 hours ago | | | 0 | 0.00047802928 |
ABI
ABI objects
Getter at block 21247040
DOMAIN_SEPARATOR() view returns (bytes32)
0xda5ddbed30ece1d728ba2d7e2c7d005758e366556d7f03e3f3b2b8d3040b7b68
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
bridgeContract() view returns (address)
0x88723077663f9e24091d2c30c2a2ce213d9080c6
decimals() view returns (uint8)
18
getTokenInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=3, patch=0)
mintingFinished() view returns (bool)
false
name() view returns (string)
ELA on Ethereum
owner() view returns (address)
0x88723077663f9e24091d2c30c2a2ce213d9080c6
symbol() view returns (string)
ELA
totalSupply() view returns (uint256)
4733156548679928402013890
version() view returns (string)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
expirations(address, address) view returns (uint256)
isBridge(address _address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimTokens(address _token, address _to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
move(address _from, address _to, uint256 _amount)
permit(address _holder, address _spender, uint256 _nonce, uint256 _expiry, bool _allowed, uint8 _v, bytes32 _r, bytes32 _s)
pull(address _from, uint256 _amount)
push(address _to, uint256 _amount)
renounceOwnership()
setBridgeContract(address _bridgeContract)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
ContractFallbackCallFailed(address from, address to, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.