0x227a42cdbf9dd3feb18573d64da013f8eb203107

Unverified contract

Proxy

Active on Base with 32,756 txns
Deployed by via 0x6f7fb8ff at 19132688
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 "0x227a42cdbf9dd3feb18573d64da013f8eb203107"

0x4ba596edd07f35dc0378784c50b6aabfb52993edb276526e1f526a082caecf48
0xb808459d79e4a7452a115587df62b43eaad8500af5dc94fc988d627e65f3e61d
0x88e60ae410d04ca6426d301cfac5d3d5e0559fb3eb383428803d338903e9628a
0xf7b9980118ed349c5365969962b3b79bfbd437059baae7cdbfae7f0adb181077
0x0885eaa8d057596f0b4ed289a1c7c796ca35250a54e11b8fea6aa2d15aa28b93
0x9245f9c7b6cb12c65cec6f6b4debf378c0a1f0904002eef1efe54353eab51fa1
0x64d6772ccf2f9cc9655808aae155c6dd5902ae0a0c4e0506ca416bda37a3820e
0x6742ab6dbfc84bd997580ffbf7fa312f89a288931ca11ee163e640cb72ebb5d0
0xf7ebd3beb369a9a3efe860470018028a8cb35b2556bf9deccfc29c09f31b552d
0x79caeb8cedc73a0efdb481a11e91247add790e832303a2ba2edf366f098be6d9

Functions
Getter at block 22920184
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
32072
 
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)
Nouns and community
owner(view returns (address)
0x8eb48f7dcc00655e931fde29beaa3311021438f9
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NAC
totalSupply(view returns (uint256)
32071
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