Cryptopons
Verified contract
Active on
Ethereum with 2,050 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 "Cryptopons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17053649 | 2 years ago | | | 0 | 0.0011022906 | |
| 16854423 | 2 years ago | | | 0 | 0.00069441113 | |
| 16156143 | 2 years ago | | | 0 | 0.00071876991 | |
| 16156096 | 2 years ago | | | 0 | 0.00067668308 | |
| 16156045 | 2 years ago | | | 0 | 0.00075227684 | |
| 16133258 | 2 years ago | | | 0 | 0.00080636641 | |
| 16106340 | 2 years ago | | | 0 | 0.00088238715 | |
| 16002995 | 2 years ago | | | 0 | 0.00085162643 | |
| 15997469 | 2 years ago | | | 0 | 0.00055750551 | |
| 15994802 | 2 years ago | | | 0 | 0.00061695253 |
ABI
ABI objects
Getter at block 21225984
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint16)
3333
isStartPublicSale() view returns (bool)
true
isStartWaitListSale() view returns (bool)
false
isStartWhiteListSale() view returns (bool)
false
maxPerWallet() view returns (uint256)
1
mintPrice() view returns (uint256)
0
name() view returns (string)
CryptoPons
nextNewCollectionID() view returns (uint256)
1
owner() view returns (address)
0xee1f0dcae931e6f94b5e5f415b01bbff69a6492d
signer() view returns (address)
0x00a5bac26c0be6a598d0e524725c85ad8f188baf
symbol() view returns (string)
CTP
totalSupply() view returns (uint256)
3333
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)
minted(address) view returns (uint256)
newCollections(uint256) view returns (uint256 supplies, uint256 startTokenID, uint256 endTokenID, string collectionName, string baseURI)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 to, uint256 tokenId) payable
burnNFT(uint256 _tokenID, bytes _proof)
grantRole(bytes32 role, address account)
mint(uint256 quantity) payable
mintForAddress(address recipient, uint256 quantity)
mintNewCollection(address _recipient, uint256 _supplies, string _collectionName, string _baseURI)
modifyNewCollection(uint256 _newCollectionID, string _collectionName, string _baseURI)
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 operator, bool approved)
setBaseURI(string uri)
setCustomBaseUri(uint256 _tokenID, string _customBaseUri, bytes _proof)
setMaxPerWallet(uint256 max)
setMintPrice(uint256 price)
setPausesStates(bool _isStartPublicSale, bool _isStartWhiteListSale, bool _isStartWaitListSale)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setSigner(address signer_)
specialMint(uint256 quantity, bytes proof) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address to)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCall()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()