Nouns Business

Unverified contract

Proxy

Active on Base with 26 txns
Deployed by via 0xbf0e146c at 19066494
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 "Nouns Business"

0x305b54a495ebd00eab708fb8393456adf73d43366fd5b91ca3ee10ceb0b236bd
0xef042ba8def952cb0e4fa22b66ebb974c187b210cb6b9bdbf0d3fe02326b786c
0xd479db12782e4fd4b9b030b74b4819c2730159558facc845b0de8b451113b974
0x9e396357acf251cf9542260d3695eca1f0cf1a3f3cec574c43c2e10b7cf8d385
0x367756df93e2f18fb9e2613cdf7e1ed7969d323561359d1c323b18f15feca6f8
0x5a316afc86d0bc04563cdceb82ff0b6b1b77dc66fcbaaa69c7c61c8eed168972
0x1ad5f2ab669cb0cd80ea5c835a2dd2dadfbc0d30104e78ad1e66922f2aa856d5
0x8ffe0d848502f5a1f532b92fd6339e41c4a84883b88b4f4253e11e0f65e7f6b1
0xdae745cf62ce1f49cb4dffe84a0eed2fcfe615134b0222bd3b89c8db95c48f68
0xfbb9f1290aa40765e7236fefdcfdf078d86174e3848d9babc94ed9fcf4db76b6

Functions
Getter at block 23260287
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
28
 
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 Business
owner(view returns (address)
0xf07f21fad7c2661d137467bd733be542e9529d82
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NB
totalSupply(view returns (uint256)
27
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