CNP Gotouchi
Verified contract
Active on
Ethereum with 10,447 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 Gotouchi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050357 | 15 days ago | | | 0 | 0.00022935497 | |
| 21048023 | 16 days ago | | | 0 | 0.00015300510 | |
| 21048013 | 16 days ago | | | 0 | 0.00015300510 | |
| 21048005 | 16 days ago | | | 0 | 0.00014100470 | |
| 21047972 | 16 days ago | | | 0 | 0.00013200440 | |
| 21027931 | 18 days ago | | | 0 | 0.00017400580 | |
| 21027870 | 18 days ago | | | 0 | 0.00018300610 | |
| 20957460 | a month ago | | | 0 | 0.00059101970 | |
| 20791826 | 2 months ago | | | 0 | 0.00034265673 | |
| 20777060 | 2 months ago | | | 0 | 0.00017708652 |
ABI
ABI objects
Getter at block 21159603
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://data.syou-nft.com/cnpg/json/
maxSupply() view returns (uint256)
16500
name() view returns (string)
CNP Gotouchi
owner() view returns (address)
0x84cb6294c9ab79f2dc2dd7b110bf9f3573b5fcac
phase() view returns (uint8)
0
publicMaxPerTx() view returns (uint256)
5
symbol() view returns (string)
CNPG
totalSupply() view returns (uint256)
16500
withdrawAddress() view returns (address)
0x953ee986bc71a97f25d4963c86b09fd26e60d7f6
Read-only
balanceOf(address owner) view returns (uint256)
costs(uint8) view returns (uint256)
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)
limitedPerWL(uint8) view returns (uint256)
merkleRoots(uint8) view returns (bytes32)
minted(uint8, address) view returns (uint256)
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)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burnerBurn(address _address, uint256[] tokenIds)
grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
mint(uint256 _mintAmount, uint256 _wlCount, bytes32[] _merkleProof) payable
minterMint(address _address, uint256 _amount)
ownerMint(address to, uint256 count)
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 _newBaseURI)
setCost(uint8 _phase, uint256 _cost)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setLimitedPerWL(uint8 _phase, uint256 _number)
setMerkleRoot(uint8 _phase, bytes32 _merkleRoot)
setPhase(uint8 _newPhase)
setPublicMaxPerTx(uint256 _publicMaxPerTx)
transferFrom(address from, address to, uint256 tokenId) 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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()