CHILL PRINCESS
Verified contract
Active on
Ethereum with 1,826 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 "CHILL PRINCESS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275646 | 8 days ago | | | 0 | 0.00047597801 | |
| 21191726 | 19 days ago | | | 0 | 0.00059671278 | |
| 21174421 | 22 days ago | | | 0 | 0.0013153249 | |
| 19683705 | 8 months ago | | | 0 | 0.00063117770 | |
| 19131082 | 10 months ago | | | 0 | 0.00087694595 | |
| 19131065 | 10 months ago | | | 0 | 0.0014163936 | |
| 19073184 | 10 months ago | | | 0 | 0.00058196084 | |
| 18501806 | a year ago | | | 0 | 0.0011147181 | |
| 18151296 | a year ago | | | 0 | 0.00036750875 | |
| 18100840 | a year ago | | | 0 | 0.00056710814 |
ABI
ABI objects
Getter at block 21329977
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
6000
name() view returns (string)
CHILL PRINCESS
owner() view returns (address)
0x707a45b1c59e0d9cc4b0de64ee4552cc1efa3a1b
paused() view returns (bool)
false
priceInWei() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
PRINCESS
totalSupply() view returns (uint256)
3142
whitelistMerkleRoot() view returns (bytes32)
0xb54ab4fffb30f62f70e6f0e82b12b3aa53fb00d77b21c1bdc4dde59cb9db3b45
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count, uint256 allowance, bytes32[] proof) payable
mintOwner(uint256 count)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setPriceInWei(uint256 _newPrice)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseUri, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.