Summoner Stands
Verified contract
Active on
Ethereum with 1,832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Summoner Stands"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16504025 | 2 years ago | | | 0 | 0.00066717614 | |
| 15507237 | 2 years ago | | | 0 | 0.00043307426 | |
| 15506984 | 2 years ago | | | 0 | 0.00039918697 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 | |
| 15506870 | 2 years ago | | | 0 | 0.00046619000 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
giveAway(uint256 numberOfTokens, address to)
mint(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()