LOOTToken
Verified contract
Active on
Ethereum with 4,133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LOOTToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156279 | 6 hours ago | | | 0 | 0.00040680225 | |
| 21156248 | 6 hours ago | | | 0 | 0.00065032370 | |
| 21156242 | 6 hours ago | | | 0 | 0.00056544860 | |
| 21154879 | 10 hours ago | | | 0 | 0.00024271459 | |
| 21148360 | a day ago | | | 0 | 0.00051007937 | |
| 21148349 | a day ago | | | 0 | 0.00056235269 | |
| 21142087 | 2 days ago | | | 0 | 0.00031134573 | |
| 21141996 | 2 days ago | | | 0 | 0.00053849191 | |
| 21134203 | 3 days ago | | | 0 | 0.00033466342 | |
| 21133370 | 3 days ago | | | 0 | 0.00033581544 |
ABI
ABI objects
Getter at block 21157937
DOMAIN_SEPARATOR() view returns (bytes32)
0x927bfe4d0cce83a0738d53d4b4172e656aaf8fd320a4cfc309f16ffd2a1ff53e
decimals() view returns (uint8)
18
name() view returns (string)
LOOT Token
symbol() view returns (string)
LOOT
totalSupply() view returns (uint256)
100000000000000000000000000
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.