CNPP Helloween SBT
Verified contract
Active on
Ethereum with 266 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 "CNPP Helloween SBT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15881766 | 2 years ago | | | 0 | 0.00038159276 | |
| 15871588 | 2 years ago | | | 0 | 0.00045505343 | |
| 15867883 | 2 years ago | | | 0 | 0.00051799500 | |
| 15867851 | 2 years ago | | | 0 | 0.00069066000 | |
| 15867805 | 2 years ago | | | 0 | 0.00082879200 | |
| 15867769 | 2 years ago | | | 0 | 0.00092116866 | |
| 15867731 | 2 years ago | | | 0 | 0.0014158530 | |
| 15867729 | 2 years ago | | | 0 | 0.0011195904 | |
| 15867728 | 2 years ago | | | 0 | 0.0011470505 | |
| 15867719 | 2 years ago | | | 0 | 0.0011217946 |
ABI
ABI objects
Getter at block 21177910
baseExtension() view returns (string)
.json
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
100
name() view returns (string)
CNPP Helloween SBT
owner() view returns (address)
0x024d9cf6f69cae68470c160691ae716cd80a8d54
paused() view returns (bool)
false
symbol() view returns (string)
CNPPF
totalSupply() view returns (uint256)
100
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
transferFrom(address, address, uint256) pure
State-modifying
Events burn(uint256 burnTokenId)
mint(uint256 _mintAmount)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()