Tripple Oni
Verified contract
Active on
Ethereum with 962 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Tripple Oni"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16977417 | 2 years ago | | | 0 | 0.0043746521 | |
| 16886754 | 2 years ago | | | 0 | 0.00068974199 | |
| 16861027 | 2 years ago | | | 0 | 0.00061288014 | |
| 16831446 | 2 years ago | | | 0 | 0.0010632184 | |
| 16830823 | 2 years ago | | | 0 | 0.00078461302 | |
| 16830363 | 2 years ago | | | 0 | 0.00085972503 | |
| 16830342 | 2 years ago | | | 0 | 0.0013383576 | |
| 16828820 | 2 years ago | | | 0 | 0.0025559907 | |
| 16823908 | 2 years ago | | | 0 | 0.00096003536 | |
| 16823771 | 2 years ago | | | 0 | 0.00099361343 |
ABI
ABI objects
Getter at block 21177100
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI() view returns (string)
ipfs://bafybeifqlvjo6hjufut5l7kuyblrwilcrmnincewf76zu75bojfqkmnuhi/
currentPhase() view returns (uint64 maxSupply, uint64 maxPerWallet, uint64 freePerWallet, uint256 price)
(maxSupply=2121, maxPerWallet=9, freePerWallet=3, price=1800000000000000)
name() view returns (string)
Tripple Oni
owner() view returns (address)
0xae04ea9b67fc32f38d2e614e519f60a967316e3b
paused() view returns (bool)
false
symbol() view returns (string)
ONI
totalMinted() view returns (uint256)
2121
totalSupply() view returns (uint256)
2121
Read-only
balanceOf(address owner) view returns (uint256)
calculateNonFreeAmount(address _owner, uint256 _amount) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address _address, uint256 _amount)
approve(address operator, uint256 tokenId) payable
mint(uint256 _amount) payable
pause()
renounceOwnership()
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 _baseTokenURI)
setPhase(uint64 _maxSupply, uint64 _maxPerWallet, uint64 _freePerWallet, uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()