Our Shield in a Centralized World - Stand With Crypto

Unverified contract

Proxy

Active on Base with 552 txns
Deployed by via 0xe3218e5e at 19354624
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 "Our Shield in a Centralized World - Stand With Crypto"

0x9ee49e7d2bf443810be6c6383ea0ba6b143cd127c6d3be6c1da95f76697ccaa5
0x99f3d3b86650ecea7b62cd92b3e8415cae1f820193159c06c9eed25d8441a362
0x26edb39d35536da7969702439d25a94547df44d35dd7116f20eab7676351d153
0xe908d2b5b18f68021c13f54c727b145c31f87256a6c7a101bb294000cf6cba2c
0xcee5493ddfc1f2f0a84bc63b116cae7bb7ab6fe4f6950b277a8847fc44d8b56a
0x8c7cbdc115f18ca210398463c667b1d25b76ec125c2a49440b451a89b43eebcb
0x791a54d1972a7b32d9fdbd2f360a0fe6a81c0d64829b0774ba6580bc71ddd628
0x88d07d9f969a1377ef3ecd768eefbd1fde0af59a584de784152a0738e94bd90d
0x9228d077921d976b1ccfdd39872e41279ea67e01d41b384e6063dfa8bd9487ed
0x9e90d330bafccba9b9d08d0c2f07198b5ef1d16e6860e4784d0e36c132dc3d68

Functions
Getter at block 23219671
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
561
 
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)
Our Shield in a Centralized World - Stand With Crypto
owner(view returns (address)
0x3d42c8fd1b077de1d37a8e598355d9a6e7de0e13
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
OSI
totalSupply(view returns (uint256)
560
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