NFT2040 Wearables
Verified contract
Active on
Ethereum with 825 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 "NFT2040 Wearables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190939 | 4 days ago | | | 0 | 0.00073138421 | |
| 21093558 | 18 days ago | | | 0 | 0.00080868892 | |
| 20790079 | 2 months ago | | | 0 | 0.00053558788 | |
| 20699061 | 2 months ago | | | 0 | 0.000048372152 | |
| 20660659 | 3 months ago | | | 0 | 0.000034845204 | |
| 20660657 | 3 months ago | | | 0 | 0.000033239889 | |
| 20510154 | 3 months ago | | | 0 | 0.000083649779 | |
| 20478583 | 3 months ago | | | 0 | 0.00047916591 | |
| 20453370 | 3 months ago | | | 0 | 0.000046641000 | |
| 20140043 | 5 months ago | | | 0 | 0.00015995365 |
ABI
ABI objects
Getter at block 21222014
name() view returns (string)
NFT2040 Wearables
owner() view returns (address)
0x9c0649d133ec4f9721658d70b09388c7597f8b9f
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)
items(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addItem(uint256 _id)
airdropManyToOne(uint256 _id, address holder, uint256 _amount)
airdropOneToMany(uint256 _id, address[] holders)
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)
setBaseURI(string baseURI_)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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.