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 "OENFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22641844 | 13 days ago | | | 0 | 7.6876433e-7 | |
| 22622747 | 13 days ago | | | 0 | 5.8912076e-7 | |
| 22622741 | 13 days ago | | | 0 | 0.0000017992715 | |
| 22408746 | 18 days ago | | | 0 | 0.0000011895094 | |
| 22349274 | 19 days ago | | | 0 | 0.0000028743185 | |
| 21759336 | a month ago | | | 0 | 9.9988879e-7 | |
| 21583352 | a month ago | | | 0 | 4.8587543e-7 | |
| 21308707 | a month ago | | | 0 | 3.3495297e-7 | |
| 20508729 | 2 months ago | | | 0 | 7.3054689e-7 | |
| 20039442 | 2 months ago | | | 0 | 0.0000014281655 |
ABI
ABI objects
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 owner) view returns (uint256)
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[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
destroyAndSend(address _recipient)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _notRevealedUri, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()