NFTLootboxNFT
Verified contract
Active on
Ethereum with 964 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 "NFTLootboxNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20533462 | 3 months ago | | | 0 | 0.00018195978 | |
| 20322300 | 4 months ago | | | 0 | 0.00019033175 | |
| 20322298 | 4 months ago | | | 0 | 0.00019105786 | |
| 20322297 | 4 months ago | | | 0 | 0.00018411400 | |
| 20322297 | 4 months ago | | | 0 | 0.00018411400 | |
| 20322296 | 4 months ago | | | 0 | 0.00017741422 | |
| 20322296 | 4 months ago | | | 0 | 0.00017741422 | |
| 20322296 | 4 months ago | | | 0 | 0.00017741422 | |
| 20322295 | 4 months ago | | | 0 | 0.00017882624 | |
| 20322292 | 4 months ago | | | 0 | 0.00016999475 |
ABI
ABI objects
Getter at block 21200239
owner() view returns (address)
0x0633e36952d2f85675a340984baa532949793c7d
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isMinter(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(uint256 id, uint256 amount)
burnBatch(uint256[] ids, uint256[] amounts)
mint(address to, uint256 id, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMinter(address minter, bool status)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.