Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,087.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 725.250032K | $0.027697 |
$20,087.61 | |
SWITCH | ERC-20 | 25 | $0.000827 |
$0.02 | |
GALA | ERC-20 | 725.250032K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16887598 | 2 years ago | | | 0 | 0.00034149148 | |
| 16292024 | 2 years ago | | | 0 | 0.00081114463 | |
| 14202339 | 3 years ago | | | 0 | 0.00086315384 | |
| 13571338 | 3 years ago | | | 0 | 0.0054900948 | |
| 13569222 | 3 years ago | | | 0 | 0.0037051811 | |
| 13389134 | 3 years ago | | | 0 | 0.0013152546 | |
| 13303693 | 3 years ago | | | 0 | 0.0020427968 | |
| 13303692 | 3 years ago | | | 0 | 0.0020826708 | |
| 13178357 | 3 years ago | | | 0 | 0.0041436846 | |
| 13178300 | 3 years ago | | | 0 | 0.0063071943 |
ABI
ABI objects
Getter at block 21210240
_decimals() view returns (uint8)
18
_name() view returns (string)
LootMart
_symbol() view returns (string)
mLOOT
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xd20fb469b7b6c74f5a203f4e689404d5ad2d74b7
name() view returns (string)
LootMart
owner() view returns (address)
0xd20fb469b7b6c74f5a203f4e689404d5ad2d74b7
symbol() view returns (string)
mLOOT
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnAddress(address addr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.