888 Inner Circle - Pink Realm
Verified contract
Active on
Ethereum with 7,051 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 "888 Inner Circle - Pink Realm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134722 | 9 days ago | | | 0 | 0.00021701198 | |
| 21114335 | 12 days ago | | | 0 | 0.00020706910 | |
| 21100144 | 14 days ago | | | 0 | 0.00019234865 | |
| 21089995 | 16 days ago | | | 0 | 0.00022273427 | |
| 21049482 | 21 days ago | | | 0 | 0.00012376497 | |
| 21018187 | a month ago | | | 0 | 0.00015848992 | |
| 21002189 | a month ago | | | 0 | 0.00043338513 | |
| 20889214 | a month ago | | | 0 | 0.00018648236 | |
| 20884293 | a month ago | | | 0 | 0.00021996385 | |
| 20884166 | a month ago | | | 0 | 0.00038740648 |
ABI
ABI objects
Getter at block 21201694
allowListCounter() view returns (uint256)
3451
allowListEnabled() view returns (bool)
false
codeClaimEnabled() view returns (bool)
true
codeCounter() view returns (uint256)
1
innerCircleSaleEnabled() view returns (bool)
false
name() view returns (string)
888 Inner Circle - Pink Realm
owner() view returns (address)
0x2bfdabe292305c6c461194b2c3afc44c379c39f9
privateCounter() view returns (uint256)
2237
saleEnabled() view returns (bool)
false
symbol() view returns (string)
888P
totalSupply() view returns (uint256)
8890
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)
purchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
State-modifying
Events allowListSale(uint256 amount, bytes32 nonce, bytes signature) payable
approve(address to, uint256 tokenId)
innerCircleSale(uint256 amount, uint256 maxAmount, bytes signature) payable
mint(uint256 amount, bytes32 nonce, bytes signature) payable
redeemCode(bytes32 codeHash, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setSignerAddress(address newSigner)
toggleAllowList()
toggleClaimCode()
toggleInnerCircle()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 newPrice)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.