Stand with Crypto Humanity

Verified contract

Proxy

Active on Base with 11 txns
Deployed by via 0x53fa6d87 at 5999942
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Stand with Crypto Humanity"

0xceae635c0767ed0932eb5976c918f19bd298ed26edb6f2a627b19ddf257eb459
0xa23e7393b54815eb6b1686ca69cd7c9d3d1872f89c2c11a6605735460cb08bc8
0x8669ba1e24940090828401e62b3538ebc8af0efc21ff432dda63ce03e64758c6
0x2c37ae8c2c86d2e1672827547c582ba763d8cbe40dab631d259dbb437fc792db
0x91a2eec660fab9f2f1c2cd6a79edf848ad1f5802d6acf96a8619dcc671778462
0xd4def1284271050eb9dd29a5857b0d869fb1adf2ca2478f20538a4979505267f
0xc1e367241ae5ef452ecbcf276ac9b7d83ac8a7c0839092cec4f376a4d05c3f2f
0x78278b509ac8afc138cea8ae1ebb6cbce112bb3a7a3c032916661275472a12d1
0xd92faf7b630a72dbdb0381cc4ae53c95dd5e38f5a4f614a7741e9148d400db5b
0x00a7dbb3df13f9aa5c0b46d19e0c952cf5fff72a67a784d5ed9719491cba5511

Functions
Getter at block 23257788
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Stand with Crypto Humanity
owner(view returns (address result)
0xbd4989bb78e87399a93625c625578d8c2d1a904e
payoutRecipient(view returns (address)
0xbd4989bb78e87399a93625c625578d8c2d1a904e
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
SWCH
totalMinted(view returns (uint256)
21
totalSupply(view returns (uint256)
21
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataRendererUpdated(address renderer
MetadataUpdate(uint256 _tokenId
ModuleAdded(address module
ModuleRemoved(address module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(