Spicy Pumpkins
Verified contract
Active on
Ethereum with 8,623 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 "Spicy Pumpkins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905109 | 2 months ago | | | 0 | 0.00022230856 | |
| 20881769 | 2 months ago | | | 0 | 0.00025067164 | |
| 20831099 | 2 months ago | | | 0 | 0.0013968875 | |
| 20632208 | 3 months ago | | | 0 | 0.000051363656 | |
| 20109310 | 5 months ago | | | 0 | 0.00012245600 | |
| 19977626 | 6 months ago | | | 0 | 0.00057965585 | |
| 19964256 | 6 months ago | | | 0 | 0.00061917839 | |
| 19964246 | 6 months ago | | | 0 | 0.00060579036 | |
| 19964102 | 6 months ago | | | 0 | 0.00065367540 | |
| 19964077 | 6 months ago | | | 0 | 0.00074845447 |
ABI
ABI objects
Getter at block 21259469
name() view returns (string)
Spicy Pumpkins
symbol() view returns (string)
SP
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)
State-modifying
Events approve(address to, uint256 tokenId)
changeMax(uint256 newMax)
mint(address to) payable returns (uint256 ID)
multiMint(address to, uint256 amount) payable returns (uint256[] IDs)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMinting(bool boolean)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address to)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.