Tripple Oni

Verified contract

Active on Ethereum with 962 txns
Deployed by via 0x925e20be at 16822280
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Tripple Oni"

0x72152f6d193f949c2434b0b94a4f7b1c8bd4da9a67173d612ca53a7aa13fa4c8
0x48f3a542ac711fd6fa91259927278148856aee5cf358e93047c650e4327e365d
0x1fc9c0f98b385773a6d53c70d23202a13411513bfc59f4db7fd288c46ac27273
0x2e6a891292f0ea8fbcbffe49737b444e55cdeebebaeff329869c35a3f3267996
0x8a8a230f438424874757ea38c6d8cb29a4c823868005793e33d56e95c14cf0ef
0x503340e06daabbd870176159f8896e90db5c7ac398a31e34334ff4c0990d46c6
0xa24b079a5943a8c5c7ff4cef1c2f99a8741627b371ad7083152cdeb008ae942a
0xe5014290449cef230d1a57293bf13fcbbc0f7d9ccd1667d66c2ce213823ef93a
0x1a336470f538a66e73903b3f17a85ba6286393287ed772da3692829237e7515a
0xa6ba7ccf26d1889975eec6237b740c378bd9d335dfc42ed798214113ccbc5657

Functions
Getter at block 21177100
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI(view returns (string)
ipfs://bafybeifqlvjo6hjufut5l7kuyblrwilcrmnincewf76zu75bojfqkmnuhi/
currentPhase(view returns (uint64 maxSupplyuint64 maxPerWalletuint64 freePerWalletuint256 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 ownerview returns (uint256)
calculateNonFreeAmount(address _owneruint256 _amountview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address _addressuint256 _amount
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _amountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setPhase(uint64 _maxSupplyuint64 _maxPerWalletuint64 _freePerWalletuint256 _price
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(