CNP Charm
Verified contract
Active on
Ethereum with 3,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
0xdbaa…9fc7
Balances ($3.08)
Native
Value
$3.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,076.40 |
$3.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090087 | 14 days ago | | | 0 | 0.00037373854 | |
| 20957467 | a month ago | | | 0 | 0.00077459250 | |
| 20889275 | a month ago | | | 0 | 0.00022173179 | |
| 20889272 | a month ago | | | 0 | 0.00034922065 | |
| 20656088 | 2 months ago | | | 0 | 0.000072488075 | |
| 20602948 | 3 months ago | | | 0 | 0.000048246154 | |
| 20602858 | 3 months ago | | | 0 | 0.000054011002 | |
| 19822320 | 6 months ago | | | 0 | 0.00034739354 | |
| 19760325 | 7 months ago | | | 0 | 0.00054724769 | |
| 19694279 | 7 months ago | | | 0 | 0.00022545449 |
ABI
ABI objects
Getter at block 21190177
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
BURNER() view returns (bytes32)
0x4255524e45520000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER() view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
cal() view returns (address)
0xdbaa28cbe70af04ebfb166b1a3e8f8034e5b9fc7
calLevel() view returns (uint256)
2
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
CNP Charm
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xb931dba8509afbb8304b9826bdeaadba2816924c
royaltyAddress() view returns (address)
0xd3005389dfefe5cabba55149cfb9e8017809b0d6
royaltyFee() view returns (uint96)
1000
symbol() view returns (string)
CNPC
tokenuri() view returns (address)
0x0000000000000000000000000000000000000000
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
10001
Read-only
balanceOf(address owner) 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)
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 to, uint256 tokenId) payable
burn(address holder, uint256[] burnTokenIds) payable
grantRole(bytes32 role, address account)
mint(address to, uint256 amount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperatorFilterRegistry()
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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCalContract(address _cal)
setCalLevel(uint256 _value)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
setTokenURI(address _tokenuri)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
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()
InitialRegistryAddressCannotBeZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RegistryHasBeenRevoked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()