face of picasso

Unverified contract

Proxy

Active on Base with 186 txns
Deployed by via 0x21ac0385 at 19596314
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 "face of picasso"

0x4c02ec97225dc4afc59a77460bbe36aefcce1214e9135a26c2e5b2fcb83bcfb6
0xc06939c31f65faaf76d1671ce4e6997fa28fd7592fd55d9ab883fb59881dcb11
0x6f22744389b40b18ad35fb1faa424a379aa2ab717d27759451bb6ae8f114a59f
0xfa910fc500bb6b95f41b55912541aebcfa91ffeadab2ea20e75cad13a8eb581b
0x7c6f0db0ef32f45677f37f191576285905ef8818d0693f0821641a09c027d11e
0xb5f3a9b46cb4f3e148c50d1fdaa45bc88ca3648421510378c381279a8d7bfe94
0x1fcfceb11285c7ba8c84e8b7d28470756f05c22d63c403a26972a65c3d6dde42
0xc08cfd9c697e40d451576909ce85ee0a2bce69f30aa6d7bf1ec6e07b76588bde
0xf0f58bb59c3771d8e00e2cde9370e004ca6ead7df33d917413c08a05b61cc3c4
0xcb103e1cae5beff09d702c1741e5cea064ef83e86050d5fe43f0640b24730b7c

Functions
Getter at block 23821006
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3349
 
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)
face of picasso
owner(view returns (address)
0xc5f6c6088095c750e695b641b084db9084afab3c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FOP
totalSupply(view returns (uint256)
3348
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