CNP Rookies
Verified contract
Active on
Ethereum with 5,771 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 "CNP Rookies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205381 | a day ago | | | 0 | 0.00040333113 | |
| 21183538 | 4 days ago | | | 0 | 0.0019138595 | |
| 21177673 | 5 days ago | | | 0 | 0.00087734103 | |
| 21161377 | 7 days ago | | | 0 | 0.00069492464 | |
| 20773980 | 2 months ago | | | 0 | 0.00028166571 | |
| 20712591 | 2 months ago | | | 0 | 0.00018460000 | |
| 20582416 | 3 months ago | | | 0 | 0.000031318657 | |
| 20575790 | 3 months ago | | | 0 | 0.000049020984 | |
| 20575667 | 3 months ago | | | 0 | 0.000055009232 | |
| 20531199 | 3 months ago | | | 0 | 0.000092947132 |
ABI
ABI objects
Getter at block 21213641
MAX_SUPPLY() view returns (uint256)
7777
MINT_COST() view returns (uint256)
1000000000000000
WITHDRAW_ADDRESS() view returns (address)
0x7ddee8b16f3f36cfb51de9de2173dfd522909fb1
admin() view returns (address)
0x38cec7c07a83e4187c293f2294da3682fca0729f
adminSigner() view returns (address)
0xd99879bfaf4d6c3d349924d43f6bf64a2b930953
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://cnpr-storage.s3.ap-northeast-1.amazonaws.com/cnpr-json/
burnMintCost() view returns (uint256)
1000000000000000
burnMintIndex() view returns (uint256)
0
descriptor() view returns (address)
0x0000000000000000000000000000000000000000
getBurnMintIsdone() view returns (bool)
false
isOnchain() view returns (bool)
false
maxBurnMintSupply() view returns (uint256)
2222
name() view returns (string)
CNP Rookies
owner() view returns (address)
0xa1561815235ae1bfa17d1d7606f68a2ddfc559a7
phase() view returns (uint8)
0
presaleMintIndex() view returns (uint256)
0
symbol() view returns (string)
CNPR
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
5685
Read-only
balanceOf(address owner) view returns (uint256)
burnMintStructs(uint256) view returns (bool isDone)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBurnMintCount(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminMint(address[] _to, uint256[] _quantity)
approve(address to, uint256 tokenId)
burnMint(uint256[] _burnTokenIds, uint256 _allotted, struct CouponSetCoupon _coupon) payable
emergencyWithdraw(address _recipient)
presaleMint(uint256 _quantity, uint256 _allotted, struct CouponSetCoupon _coupon) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address _admin)
setAdminSigner(address _adminSigner)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseURI(string _baseURI)
setBurnMintCost(uint256 _cost)
setBurnMintIndex(uint256 _index)
setCnprDescriptor(address _descriptor)
setMaxBurnMintSupply(uint256 _amount)
setPhase(uint8 _phase)
setPresaleMintIndex(uint256 _index)
toggleOnchain()
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _adminSigner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()