Edenloop Token
Verified contract
Active on
Ethereum with 4,901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELT | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113576 | 13 days ago | | | 0 | 0.00023665813 | |
| 21012400 | a month ago | | | 0 | 0.00051353754 | |
| 21012393 | a month ago | | | 0 | 0.00067145115 | |
| 20981244 | a month ago | | | 0 | 0.00042278357 | |
| 20981238 | a month ago | | | 0 | 0.00067957967 | |
| 20969961 | a month ago | | | 0 | 0.00085944614 | |
| 20968410 | a month ago | | | 0 | 0.00083998878 | |
| 20886193 | a month ago | | | 0 | 0.00081425793 | |
| 20867416 | 2 months ago | | | 0 | 0.00015457928 | |
| 20813492 | 2 months ago | | | 0 | 0.0012889213 |
ABI
ABI objects
Getter at block 21204683
decimals() view returns (uint8)
18
name() view returns (string)
Edenloop Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
ELT
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) 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 to, uint256 amount)
pause()
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.