The Gate of Nouns

Unverified contract

Proxy

Active on Base with 4,990 txns
Deployed by via 0x9f64612c at 19343889
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "The Gate of Nouns"

0x6f502b78b0e6b1dddfcc4085306cd7644c3c19f7574ea11523d84e0719a7f646
0x15ad7ddc1324f63591e45480f88b5eafd24df7ef3a0e2acbfa242f93df969ed9
0xe04d362bc1c5a3eb07cd56e983bf3b84b80f7fc83fff7a8026c51f8749a50b9b
0x3bbc82eb0a5b6ff79a289a214226663d7124fc2862997fb0645620a63ed94421
0xdbf87c6c8d8bd57a6dc1b3136924439c83aa4cd22c66f201721c0a35e3e6cca1
0xb4f2234ee3dedc9fe273401a2844a5e73b7781700698e879d07cf3b838613a01
0x9c951db11ba4e8ddc4901c5ad3b8efd988ec9dc4337d8ffd17708d11d01cf977
0x180a57a915d39a569b8d8a033707e189adcc5e70941c8abb88bbaa7b21c80c94
0xd39d81408ece10ad5344c7cba60db4efd3df011c1f97a6be1da7df662a6243dc
0x19a6b7e131472de087255ae243fc7ace41e1e0398173f926d27d00a0bee0e1f1

Functions
Getter at block 23618413
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
5290
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
The Gate of Nouns
owner(view returns (address)
0xbe7bfad8952ae92abb8779aa4d6826839e82fa3d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TGO
totalSupply(view returns (uint256)
5289
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId