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 "Nouneys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16379159 | 2 years ago | | | 0 | 0.00081158155 | |
| 16374157 | 2 years ago | | | 0.0738 | 0.0014545686 | |
| 16309085 | 2 years ago | | | 0 | 0.00037664693 | |
| 16309004 | 2 years ago | | | 0 | 0.00070663585 | |
| 16147747 | 2 years ago | | | 0 | 0.00094455292 | |
| 16137793 | 2 years ago | | | 0.0369 | 0.0015473221 | |
| 16084960 | 2 years ago | | | 0 | 0.00039197183 | |
| 16079031 | 2 years ago | | | 0 | 0.00051067957 | |
| 16030584 | 2 years ago | | | 0 | 0.00088869544 | |
| 15948294 | 2 years ago | | | 0 | 0.0010173408 |
ABI
ABI objects
Getter at block 21159820
getCurrentSupply() view returns (uint256)
105
getMaxSupply() view returns (uint256)
200
getPresaleMaxPerWallet() view returns (uint16)
4
getSaleMaxPerWallet() view returns (uint16)
4
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
name() view returns (string)
Nouneys
owner() view returns (address)
0xf8a7a1b41f3b4147c4b38481599ffed8faa73dcb
presaleRoot() view returns (bytes32)
0xaefd8e8943d35cd5eb6ccf04ab1e6f3c48c8b773868ec62fd75ecc7686c94c25
price() view returns (uint256)
36900000000000000
season() view returns (uint16)
2
symbol() view returns (string)
Nouneys
totalSupply() view returns (uint256)
305
treasury() view returns (address)
0xc802883c7633386a592031dccd04b0d1994928be
Read-only
balanceOf(address owner) view returns (uint256)
currentSupply(uint16) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligiblePresale(bytes32[] proof, address address_) view returns (bool)
maxSupply(uint16) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleMaxPerWallet(uint16) view returns (uint16)
saleMaxPerWallet(uint16) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity)
mint(uint16 quantity) payable
mint(uint16 quantity, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxSupply(uint16 maxSupply_)
setPresaleMaxPerWallet(uint16 maxPerWallet)
setPresaleRoot(bytes32 root)
setPrice(uint256 price_)
setSaleMaxPerWallet(uint16 maxPerWallet)
setSeason(uint16 season_)
setTreasury(address treasury_)
togglePresaleActive()
toggleSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price_, address treasury_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()