This contract is being backfilled. You may encounter incomplete storage history.

Summoner Stands

Verified contract

Active on Ethereum with 1,832 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Summoner Stands"

0x2295aa6926fc26d151dcbe40883c975907ed4d4e43b8060a70084a9d75076dac
0x454dc75bb206f2fd9ea75fe8ecb68a8eac235594c49f2673ba6a14e872a47b44
0xe9907ec489f565dff9bc538c4d94b6c37c8a1fb847f2f1c5e92d0795bd28ffb3
0xee52a9122e10a93886eb8010df897bbc6dbd3abe67bd8ab33352c29ad3b65621
0x181bc3465996f09bffe31e6fa8e6c9ca24980d9fada6cdbbfd303cdb871e1380
0x5307ba4d70d621a37a018f95d27c6bae2e6a355fe1857db4e1c7c5a2dd48f30f
0x478567aaee954eb02cc89f864039f5cfabf70be4f68358a345ee2ae97d8f2755
0x8257ac1a40d81e11ebe96194ff44319458f4ca378098dfae8dfafee172415f6b
0xa4174c9490e2c6c9d34c20aebabb150ee871ac06edc22cdb794cb3cd941c25c8
0x44d86241ea5de98aa14faf7c2c644c75ec3879b98fb9144b33719d8b9b184fc9
From

Functions
Getter at block 21213675
MAX_SUPPLY(view returns (uint256)
4899
baseTokenURI(view returns (string)
https://smn.mypinata.cloud/ipfs/QmPqon3oqQXc3mEaTjZ939ugGGGGFF8VFFeboCZeTcj7ME/
giveawayLimit(view returns (uint256)
101
maxPurchase(view returns (uint256)
6
maxTx(view returns (uint256)
3
name(view returns (string)
Summoner Stands
owner(view returns (address)
0xd64c9761c46339f1ad2a4c0e7414116f5a6860bd
saleIsActive(view returns (bool)
true
symbol(view returns (string)
SMN
totalSupply(view returns (uint256)
4899
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
giveAway(uint256 numberOfTokensaddress to
mint(uint256 numberOfTokens
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(