Loot (for Adventurers)
Verified contract
Active on
Ethereum with 57 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 "Loot (for Adventurers)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15658993 | 2 years ago | | | 0 | 0.00010252272 | |
| 13989583 | 3 years ago | | | 0 | 0.0067581775 | |
| 13170892 | 3 years ago | | | 0 | 0.0030633464 | |
| 13164695 | 3 years ago | | | 0 | 0.0021577160 | |
| 13156589 | 3 years ago | | | 0 | 0.0093056000 | |
| 13156492 | 3 years ago | | | 0 | 0.0047225920 | |
| 13156283 | 3 years ago | | | 0 | 0.0046399630 | |
| 13156231 | 3 years ago | | | 0 | 0.0058578752 | |
| 13153881 | 3 years ago | | | 0 | 0.0073257067 | |
| 13153632 | 3 years ago | | | 0 | 0.0085960468 |
ABI
ABI objects
Getter at block 21224948
_owner() view returns (address)
0x7284c0562deb9b091698d0d4f59efb145a037416
decimals() view returns (uint8)
18
name() view returns (string)
Loot (for Adventurers)
symbol() view returns (string)
LOOTNFT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
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(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.