Willy Woni-corn: Nouns at ETH Denver 2024
Verified contract
Active on
Base with 4,710 txns
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 "Willy Woni-corn: Nouns at ETH Denver 2024"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21673563 | 2 days ago | | | 0 | 8.4064147e-7 | |
| 20189803 | a month ago | | | 0 | 3.5153373e-7 | |
| 19666866 | 2 months ago | | | 0 | 3.5306921e-7 | |
| 19627413 | 2 months ago | | | 0 | 2.5738652e-7 | |
| 19522431 | 2 months ago | | | 0 | 3.7234504e-7 | |
| 18564843 | 2 months ago | | | 0 | 2.3785258e-7 | |
| 18385584 | 3 months ago | | | 0 | 0.000000409737829832 | |
| 17965452 | 3 months ago | | | 0 | 1.7721152e-7 | |
| 16576763 | 4 months ago | | | 0 | 6.6924236e-7 | |
| 16434591 | 4 months ago | | | 0 | 8.9885273e-7 |
ABI
ABI objects
Getter at block 21757716
currentTokenId() view returns (uint256)
4545
defaultURI() view returns (string)
ipfs://QmQKRah51T6mjidmnbiDTXDudiHi23pTDSF6yh3QY9BfAs
maxMintPerAddress() view returns (uint256)
1
maxSupply() view returns (uint256)
1000000
name() view returns (string)
Willy Woni-corn: Nouns at ETH Denver 2024
owner() view returns (address)
0x267b3d36f6927928bdeae220aa525e21e1acf0e7
symbol() view returns (string)
NOUNSDENVER
Read-only
authorizedMinters(address authorizedMinter) view returns (bool authorized)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokenURIs(uint256 tokenId) view returns (bool locked)
mintCount(address minted) view returns (uint256 count)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256 tokenId) view returns (string tokenURI)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(address to)
mint(address to, string _tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMinter(address minter, bool authorized)
setDefaultTokenURI(string _tokenURI)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setMaxSupply(uint256 _maxSupply)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorizedMinterSet(address indexed minter, bool authorized)
DefaultTokenURISet(string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURILocked(uint256 indexed tokenId)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _defaultUri, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)