CNPC Seasons SBT
Verified contract
Active on
Ethereum with 461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9fb…1737
Balances ($2,754.57)
Native
Value
$2,754.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.89875 | $3,064.89 |
$2,754.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18248757 | a year ago | | | 0 | 0.00045368637 | |
| 18248679 | a year ago | | | 0.0125 | 0.0010302903 | |
| 18248192 | a year ago | | | 0.0125 | 0.00079471872 | |
| 18212934 | a year ago | | | 0 | 0.00026773890 | |
| 18205540 | a year ago | | | 0 | 0.00037158869 | |
| 18134664 | a year ago | | | 0 | 0.00037181009 | |
| 18134411 | a year ago | | | 0 | 0.00040666007 | |
| 18134408 | a year ago | | | 0 | 0.00040674275 | |
| 18127258 | a year ago | | | 0 | 0.0012824220 | |
| 18116699 | a year ago | | | 0.01125 | 0.0015967892 |
ABI
ABI objects
Getter at block 21214864
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
canBuyBorderAmount() view returns (uint256)
1
cnpc() view returns (address)
0xb9fb685d417abb1df372d4b11d75edc4e9a61737
cost() view returns (uint256)
5000000000000000
discountBorderAmount() view returns (uint256)
2
discountCost() view returns (uint256)
2500000000000000
isCnpcSale() view returns (bool)
true
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
99999999
name() view returns (string)
CNPC Seasons SBT
owner() view returns (address)
0xb931dba8509afbb8304b9826bdeaadba2816924c
paused() view returns (bool)
true
symbol() view returns (string)
CNPCS
tokenuri() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1366
Read-only
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)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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[])
State-modifying
Events approve(address, uint256) payable
burn(uint256 burnTokenId)
grantRole(bytes32 role, address account)
mint(address recipient, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address, bool)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCanBuyBorderAmount(uint256 _newBorderAmount)
setCnpcUri(address _cnpc)
setCost(uint256 _newCost)
setDiscountBorderAmount(uint256 _newBorderAmount)
setDiscountCost(uint256 _newDiscountCost)
setIsCnpcSale(bool _bool)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupply(uint256 _maxSupply)
setTokenURI(address _tokenuri)
setWithdrawAddress(address _newAddress)
transferFrom(address, address, uint256) payable
transferOwnership(address newOwner)
withdraw()
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()