NounsDAOJapanPOAP
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "NounsDAOJapanPOAP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19907659 | 7 months ago | | | 0 | 0.00011577019 | |
| 19885572 | 7 months ago | | | 0 | 0.0011450284 | |
| 19806525 | 7 months ago | | | 0 | 0.0077936159 | |
| 18459238 | a year ago | | | 0 | 0.060569137 | |
| 17510432 | a year ago | | | 0 | 0.027746860 | |
| 17510417 | a year ago | | | 0 | 0.012227101 | |
| 17510414 | a year ago | | | 0 | 0.014304780 | |
| 17510371 | a year ago | | | 0 | 0.0039583700 | |
| 17339301 | 2 years ago | | | 0 | 0.0026761198 | |
| 17283494 | 2 years ago | | | 0 | 0.0012479732 |
ABI
ABI objects
Getter at block 21411126
OCM() view returns (address)
0x0000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
isSBT() view returns (bool)
true
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
500
merkleRoot() view returns (bytes32)
0x2ef25f0b5385d7fb500509f25ec8a6fb7185b57db58527fcdd1af4b81677b131
mintCount() view returns (bool)
true
name() view returns (string)
NounsDAOJapanPOAP
onlyWhitelisted() view returns (bool)
true
owner() view returns (address)
0xfe43623d06853d86d192cefa6ec873c39316e6b8
paused() view returns (bool)
true
symbol() view returns (string)
NDJP
totalSupply() view returns (uint256)
431
useOnChainMetadata() view returns (bool)
false
withdrawAddress() view returns (address)
0xdecf4b112d4120b6998e5020a6b4819e490f7db6
Read-only
balanceOf(address owner) view returns (uint256)
burners(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMintedAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _address) view returns (uint256[])
whitelistMintedAmount(address) view returns (uint256)
State-modifying
Events airdropMint(address[] _airdropAddresses, uint256[] _UserMintAmount)
approve(address to, uint256 tokenId) payable
externalBurn(address _address, uint256[] _burnTokenIds)
externalMint(address _address, uint256 _amount) payable
mint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof) payable
pause(bool _state)
renounceOwnership()
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)
setBurner(address address_, bool bool_)
setCost(uint256 _newCost)
setIsSBT(bool _state)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintCount(bool _state)
setMinter(address address_, bool bool_)
setOCM(address _address)
setOnlyWhitelisted(bool _state)
setUseOnChainMetadata(bool _useOnChainMetadata)
transferFrom(address from, address to, uint256 tokenId) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()