Costume Random

Unverified contract

Proxy

Active on Base with 540 txns
Deployed by via 0x5b10e387 at 22115603
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 "Costume Random"

0x7cf48b7fd4b9d1df0194a2e6cd7a39d98319ad8ff56b0833ab2f42c4d6be08b8
0x7a9a03da67a5b7787c81b57783e60e25c731144ebc3c16a43cb8ef3c4f2780e0
0x0ff9103a3529bb564961d9e67412c39822eb5c82a2bc9fd942032d40dbed2305
0xe3b142ec5d47a9c88eaaa4b7af3d32ce6ea222bd32cebd352871609c49282fb4
0x14a0fd952abf131c6f478ef728fb07817f440c0cb3ac58b13de770385e829893
0x3f032aca16d0534066c5c163926d607464854ecf988a5fd29cffab13941b235b
0x3626a9947657d6f209ffe69417a77b652a5d9c2de5a34aa97a20764a6f7d9794
0xcdae795c04f50c31113a7c12ee3bbc84ecc881d5be60ec46148b698b9a65e5ee
0x9179b31c566c5a747e69b677a1198fd42b54589a11c87680a5aca372a48ed86f
0x070d415423c80292a79ef75fee219bbf9144f371153e27b3736a4f49b0dcbc84

Functions
Getter at block 22758144
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
540
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Costume Random
owner(view returns (address)
0xaacf032b8c6a94b528701bbcfc8dbb958a4ea806
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CR
totalSupply(view returns (uint256)
539
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