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

Nouned

Verified contract

Active on Ethereum with 341 txns
Deployed by via 0xe3b51e4d at 16360974
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nouned"

0x1b9d263bde31f1c4e9046168cc8df7ef06a764b97fde6388a201e781007c9e36
0x9aaf10c212425f8f724d1847489f5de209ac639c55644b3b54adb10a89a2a1ca
0x9638ef2ff170799d4c9de26fcea1608d8e6d12e16dcbe6c2a6f98da9dd1b6dd3
0x0c57be2c5b1cd493ac3538354d5610bdba90522118a00589153db6b75c9d9e1c
0x60f27411882f8652ef3f092def9ac3341e2cd779116c2c61ffadcac5d09785e1
0x236346db51b849bbbb61b3106caf40d5626d7954ea0c3d4b3ad2404188507c36
0x829f7554749ea1c1894b1e108c233d8f6b18991acfafeba1e94bd9a0dcd6cbbd
0x6a5fd87bf3bbb9e739ad5529872e8815c139d66003d0e6d69bf97cb8cc3bafde
0x1228fb009972e1e27a7c9b857fab8fc60192995cf996be87f9a4adfdc337c2c3
0xb4ce62aa38d0974660ff80a4e0b6bc4165cdfd808fca9da473d07cda4b5b637b
From

Functions
Getter at block 21214180
COST(view returns (uint256)
1000000000000000
MAX_FREE(view returns (uint256)
222
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
300
name(view returns (string)
Nouned
owner(view returns (address)
0x60ea3d5b0435f743deb5b36a8b339c1624ad8852
symbol(view returns (string)
NOUNED
totalSupply(view returns (uint256)
300
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setConfig(uint256 _MAX_FREE_PER_WALLETuint256 _COSTuint256 _MAX_FREE
setData(string _base
transferFrom(address fromaddress touint256 tokenId
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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