SummonPals
Verified contract
Active on
Ethereum with 2,305 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 "SummonPals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16962719 | 2 years ago | | | 0 | 0.00083853522 | |
| 16962708 | 2 years ago | | | 0 | 0.00093969904 | |
| 16962688 | 2 years ago | | | 0 | 0.0010015198 | |
| 16962674 | 2 years ago | | | 0 | 0.0010298492 | |
| 16962669 | 2 years ago | | | 0 | 0.0010402035 | |
| 16962658 | 2 years ago | | | 0 | 0.0010019628 | |
| 16962652 | 2 years ago | | | 0 | 0.0010775273 | |
| 16962651 | 2 years ago | | | 0 | 0.0011247463 | |
| 16962651 | 2 years ago | | | 0 | 0.0011247463 | |
| 16962651 | 2 years ago | | | 0 | 0.0011247463 |
ABI
ABI objects
Getter at block 21310909
cost() view returns (uint256)
2500000000000000
freeAmount() view returns (uint256)
2
hiddenMetadataUrl() view returns (string)
https://bafkreiectrprnhyrrsejqzo75gg6j5fi3krg5mp3w55r4e7eln6bv5iu6a.ipfs.nftstorage.link
isRevealed() view returns (bool)
false
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
name() view returns (string)
SummonPals
owner() view returns (address)
0x61b00cea1e30ee21c1612c0b0e77cc931cfb9174
pause() view returns (bool)
false
symbol() view returns (string)
SPS
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()