Loot Token
Verified contract
Active on
Ethereum with 1,324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOT | ERC-20 | 109.999K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20792270 | 2 months ago | | | 0 | 0.00071292549 | |
| 20792264 | 2 months ago | | | 0 | 0.00076779518 | |
| 20792263 | 2 months ago | | | 0 | 0.00073722120 | |
| 20792243 | 2 months ago | | | 0 | 0.00069628873 | |
| 18620443 | a year ago | | | 0 | 0.0018338151 | |
| 18310665 | a year ago | | | 0 | 0.00010770498 | |
| 16852909 | 2 years ago | | | 0 | 0.00042743889 | |
| 15575250 | 2 years ago | | | 0 | 0.00052292356 | |
| 14564001 | 3 years ago | | | 0 | 0.0015090206 | |
| 14283913 | 3 years ago | | | 0 | 0.00096254400 |
ABI
ABI objects
Getter at block 21313130
decimals() view returns (uint256)
18
name() view returns (string)
Loot Token
owner() view returns (address)
0x3a656961ee2378995723e69193045576030d37b6
symbol() view returns (string)
LOOT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_approvals(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(uint256 wad)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 wad)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.