Base God and Miggs wif Nouns

Unverified contract

Proxy

Active on Base with 20,172 txns
Deployed by via 0x665d6d19 at 18176836
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 "Base God and Miggs wif Nouns"

0x9006a3bc03ff02bd42eec08b9019fb677216922a4dfd190167a1cc87cb6d379d
0xa911a69a3cbb6838e6393214e46db1e5c840c5c990bc3cc1a9e1fd55cd2a7629
0x02b875a6942fdbf01901c3107b5da04ffd98eb87c7fab5414135ce1c740ac5df
0x692fdb233ca3e2f66acd91ae7cb0b847d5e51a4a18f602894523bcf7de2dc530
0x61979568921e4a87e94953f216a21fa6961f69b8b86cca1d4c40d13efbb74abc
0xe86527c7993554c6852764e27502a2f37195ed9a419239b76d3dde04f681d66c
0xadc805d7da7465eb0738b48decd09e1e61395c4479d04ce4681a2c65fea9571b
0xca382d8cb1b948b859621b78021f681e780ed6369888b9ac58cab7dfb22ceee2
0x119d6680b6a86ca00cf6ea2ff582a09dedb20aad92384fd769bb27a9e1db92ba
0xc4ba03a60871ffd8f903156a9376ae41a4673b38a8a4cbb4d17a07881ac36039

Functions
Getter at block 22746549
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
20345
 
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)
Base God and Miggs wif Nouns
owner(view returns (address)
0xbc31a136b78f2032a8cd34f6e3e7190e858a99fc
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BGA
totalSupply(view returns (uint256)
20344
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