Stand With Crypto Supporter
Unverified contract
Proxy
Active on
Base with 2,737 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001478 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21888960 | an hour ago | | | 0 | 0.0000011129422 | |
| 21860250 | 17 hours ago | | | 0 | 1.6045622e-7 | |
| 21806221 | 2 days ago | | | 0.00435 | 0.0000027919446 | |
| 21801102 | 2 days ago | | | 0.00435 | 0.0000027932161 | |
| 21722208 | 4 days ago | | | 0.00435 | 0.0000028003274 | |
| 21456819 | 10 days ago | | | 0 | 0.0000028249785 | |
| 21307487 | 14 days ago | | | 0 | 1.8631020e-7 | |
| 21291129 | 14 days ago | | | 0.00435 | 6.5369731e-7 | |
| 21214157 | 16 days ago | | | 0.00435 | 0.0000027839036 | |
| 21205372 | 16 days ago | | | 0.00435 | 0.0000023466412 |
ABI
ABI objects
Getter at block 21891088 sharedMetadata() view returns (string name, string description, string imageURI, string animationURI)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=1)
contractURI() view returns (string)
ipfs://QmQZA4iSnH6TAsqVWPLRmV2JeJXk1k3PvTLbbsbf3tZ1VH/0
getActiveClaimConditionId() view returns (uint256)
0
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x4b0e6c1f66ca950b22e9eaa8f075f0944a705b03, 0)
name() view returns (string)
Stand With Crypto Supporter
nextTokenIdToClaim() view returns (uint256)
19369
nextTokenIdToMint() view returns (uint256)
19369
owner() view returns (address)
0x4b0e6c1f66ca950b22e9eaa8f075f0944a705b03
primarySaleRecipient() view returns (address)
0x4d689267aed5b51814eb3e8c04669477ad704ae1
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
totalMinted() view returns (uint256)
19368
totalSupply() view returns (uint256)
2901
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address __originalContract, bytes32 _ownershipMerkleRoot, string _contractURI)
migrate(address _tokenOwner, uint256 _tokenId, bytes32[] _proof)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setMerkleRoot(bytes32 _merkleRoot)
setOwner(address _newOwner)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
SharedMetadataUpdated(string name, string description, string imageURI, string animationURI)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ContractMetadataUnauthorized()
CurrencyTransferLibFailedNativeTransfer(address recipient, uint256 value)
DropClaimExceedLimit(uint256 expected, uint256 actual)
DropClaimExceedMaxSupply(uint256 expected, uint256 actual)
DropClaimInvalidTokenPrice(address expectedCurrency, uint256 expectedPricePerToken, address actualCurrency, uint256 actualExpectedPricePerToken)
DropClaimNotStarted(uint256 expected, uint256 actual)
DropExceedMaxSupply()
DropNoActiveCondition()
DropUnauthorized()
OpenEditionInvalidMsgValue(uint256 expected, uint256 actual)
OpenEditionInvalidTokenId()
OpenEditionNotApprovedOrOwner(address sender, uint256 tokenId)
OpenEditionTransferRestricted(address from, address to)
OwnableUnauthorized()
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)
PrimarySaleInvalidRecipient(address recipient)
PrimarySaleUnauthorized()
RoyaltyExceededMaxFeeBps(uint256 max, uint256 actual)
RoyaltyInvalidRecipient(address recipient)
RoyaltyUnauthorized()
TokenMigrateAlreadyMigrated(uint256 tokenId)
TokenMigrateInvalidProof(address tokenOwner, uint256 tokenId)
TokenMigrateInvalidTokenId(uint256 tokenId)
TokenMigrateUnauthorized()