Astro Boy Red Boots 3 - TCOM of ACG Worlds
Verified contract
Active on
Ethereum with 1,409 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 "Astro Boy Red Boots 3 - TCOM of ACG Worlds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005968 | a month ago | | | 0 | 0.00022155933 | |
| 20503960 | 3 months ago | | | 0 | 0.000063008201 | |
| 20235741 | 5 months ago | | | 0 | 0.00029116780 | |
| 20151328 | 5 months ago | | | 0 | 0.00011489370 | |
| 20099269 | 5 months ago | | | 0 | 0.000082411397 | |
| 19646615 | 7 months ago | | | 0 | 0.00050318946 | |
| 19357039 | 9 months ago | | | 0 | 0.0032614284 | |
| 19148429 | 10 months ago | | | 0 | 0.00077736109 | |
| 19123829 | 10 months ago | | | 0 | 0.0012058485 | |
| 19111324 | 10 months ago | | | 0 | 0.00096864725 |
ABI
ABI objects
Getter at block 21263247
index() view returns (uint256)
1
maxSupply() view returns (uint256)
1187
name() view returns (string)
Astro Boy Red Boots 3 - TCOM of ACG Worlds
owner() view returns (address)
0x9bad8b7b700f5304083ef27a5985a5e6d0fd720c
paused() view returns (bool)
false
startTokenId() view returns (uint256 result)
1
symbol() view returns (string)
AstroBoyRedBoots3
totalMinted() view returns (uint256)
1187
totalSupply() view returns (uint256)
1187
uri() view returns (string)
https://acg-nft.s3.ap-northeast-1.amazonaws.com/astroboy/json/
Read-only
balanceOf(address owner) view returns (uint256)
check(uint256 idx, address addr, bytes32[] proof, uint32 limit) view returns (bool)
configs(uint256) view returns (uint256 total, uint256 count, uint256 starttime, uint256 endtime, bytes32 root)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
queryRecords(uint256 idx, address addr) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
freeMint(bytes32[] proof, uint32 limit, uint256 quantity)
pause()
safeMint(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 idx, uint256 total, uint256 starttime, uint256 endtime, bytes32 root)
setIndex(uint256 idx)
transferFrom(address from, address to, uint256 tokenId) payable
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()