nounify the rockies

Unverified contract

Proxy

Active on Base with 17,249 txns
Deployed by via 0x8fcc4088 at 18183671
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 "nounify the rockies"

0xade80b42fb9a289f312492133e78116415c1deff90ae0e31e333e081222268a8
0xf0c71d9aa956e90f44009ad077f05b63399c169c657e84fc3f6d59c5a63c00b6
0xca5345edc81c16ffdf6d45b9f371dc8c35e35416ea91cc098b8b0dfbd74529f2
0x24bc5360be2b0737cf15ffd3b8bf2971d26eb2305c826fa4fa725737893e71ad
0x0b8754143adb652086204236fa9c727ef1115a0a02f494425b35fcf0526cebea
0x84aa8751731fc0fc47a52f78819d168532c2634ec6279237750234584327c9e8
0x9ff83ab1a5f20018e7e370e2cc85c4584d9c430e4144fe85111c986b15f5e0a0
0xbe55b461a28e78a2b60ce43c0e42ee5a373af95ba673939a9ce30b5a8d2dcdf8
0xf7c67fabe7354dd28098790a939f2d737c1bdafe0907784a62b554debeab585e
0x5715df20953f79bc866a32b876e321ddd5b6f3079c247ac15fb00f4de75e5177

Functions
Getter at block 22945128
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
16769
 
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)
nounify the rockies
owner(view returns (address)
0x862464bbd83d5743f9cf873c6ea3d187d0f909bf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NTR
totalSupply(view returns (uint256)
16768
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