This contract is being backfilled. You may encounter incomplete storage history.

OENFT

Verified contract

Active on Base with 479 txns
Deployed by via 0x9b1b2901 at 3872193
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OENFT"

0xa2055dd70bbe65896da504961879101e147903e8c52175a1144e8ce8e86c35a6
0x4444568250b712c1abe821ad056c96541c1deb5e45115cd7a500e259e7682467
0x0297936107a54014bea459f925e782005d113c32f466e3bdf8603019539ffbbc
0x17193d2205a3c26827b0a015783b9a3061571a5201c508334fb804da79862747
0xa5c3abf26131afa62b873477e47ca0c076834e81bfe2e9f7f7c2668a7d118744
0xf0a2686ec59395e31a039baadbedf176bb260cbf63c4cb0c4086dd2bef0fde1b
0xb0f9c93f74135e0c742a372f05b3725912393ae332b63a883fb1880d65a1f13b
0x43c304704ca948a6c2c24278083a87f0eea15fb3cd49c5a97b1890a8798645ca
0x4b0bbba52adf3f61bbc627cfab9911ec35d6bcfc0402c00dca99cdbc399d73f8
0x728c082c6a5aeb04e8afaeb476d3fee1ab6f7272c6e4151630c8b0cda0ac3050

Functions
Getter at block 23183203
FreeSupply(view returns (uint256)
10000
MaxperWallet(view returns (uint256)
100
MaxperWalletFree(view returns (uint256)
10
baseExtension(view returns (string)
baseURI(view returns (string)
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
10000
name(view returns (string)
PromisingYouth
notRevealedUri(view returns (string)
ipfs://QmetC3wopRs9xBcqRc6ixrPhqZ1bMgpeKJHyizce9F7CXf
owner(view returns (address)
0x632e85950eb39d065f4740d93002132b509bb4cd
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
PromisingYouth
totalSupply(view returns (uint256)
729
Read-only
balanceOf(address ownerview returns (uint256)
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[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenIdpayable 
destroyAndSend(address _recipient
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _notRevealedUristring _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(