OCE Trick or Treat
Verified contract
Active on
Ethereum with 281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($313.62)
Native
Value
$313.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,136.17 |
$313.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19221937 | 9 months ago | | | 0 | 0.00078374000 | |
| 18801265 | a year ago | | | 0 | 0.0010453543 | |
| 18801263 | a year ago | | | 0 | 0.0010879981 | |
| 16827605 | 2 years ago | | | 0 | 0.00088555368 | |
| 16298962 | 2 years ago | | | 0 | 0.0011672138 | |
| 15376996 | 2 years ago | | | 0 | 0.00024049728 | |
| 15376883 | 2 years ago | | | 0 | 0.00030941332 | |
| 15205610 | 2 years ago | | | 0 | 0.00065083991 | |
| 14977070 | 2 years ago | | | 0 | 0.00094237969 | |
| 14671709 | 3 years ago | | | 0 | 0.0010146924 |
ABI
ABI objects
Getter at block 21206128
baseExtension() view returns (string)
baseURI() view returns (string)
https://www.onchainevents.io/api/tot/
claimMinted() view returns (uint256)
448
claimSize() view returns (uint256)
3000
ghostAddr() view returns (address)
0x180ce135fffdc4e47c58ae7b7e5463b62fc4d4c2
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
7000
mintPhase() view returns (uint32)
1
name() view returns (string)
OCE Trick or Treat
notRevealedUri() view returns (string)
https://oce-trick-or-treat.vercel.app/api/unrevealed
owner() view returns (address)
0xbf98c10420f06b9acad13bd40d681c27352f1853
presaleMintAmount() view returns (uint256)
100
presaleMinted() view returns (uint256)
37
presaleSize() view returns (uint256)
4000
publicPrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
ToT
totalSupply() view returns (uint256)
485
Read-only
addressClaimBalance(address) view returns (uint256)
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holderBalance(address _wallet) view returns (uint256 ghostHolderBalance)
isApprovedForAll(address owner, address operator) view returns (bool)
isHolder(address _wallet) view returns (bool isGhostHolder)
isWhitelisted(address _user) view returns (bool)
mintlist(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
changeMintPhase(uint32 _mintPhase)
claim(address _wallet, uint256 _mintAmount)
mint(address _wallet, uint256 _mintAmount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newPrice)
setNotRevealedURI(string _notRevealedURI)
setPresaleMintAmount(uint256 _newAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateGhostHolderAddress(address ghostHolderAddress)
whitelistUsers(address[] _users)
withdraw() payable
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 _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.