RoyalFoolsHalloween
Verified contract
Active on
Ethereum with 874 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf3b…b7aa
Balances ($0.00)
No balances found for "RoyalFoolsHalloween"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17382532 | a year ago | | | 0 | 0.0011901442 | |
| 17349335 | a year ago | | | 0 | 0.0010895731 | |
| 16875923 | 2 years ago | | | 0 | 0.00057231761 | |
| 16834860 | 2 years ago | | | 0 | 0.0018165097 | |
| 16327834 | 2 years ago | | | 0 | 0.0014134290 | |
| 16320712 | 2 years ago | | | 0 | 0.00042876507 | |
| 16315497 | 2 years ago | | | 0 | 0.00036569562 | |
| 16156412 | 2 years ago | | | 0 | 0.00064234031 | |
| 16092556 | 2 years ago | | | 0 | 0.00058576513 | |
| 15943478 | 2 years ago | | | 0 | 0.00076827804 |
ABI
ABI objects
Getter at block 21219484
baseExtension() view returns (string)
.json
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZfhPTQzpdaPEPkHqaLwwWkWnzVkhLYwzULMkaUbG48oc/
isPaused() view returns (bool)
false
maxElements() view returns (uint256)
1347
name() view returns (string)
RoyalFoolsHalloween
owner() view returns (address)
0xb5030d8b3da80ba0110fa6cc6a3f33b285036c9e
symbol() view returns (string)
RFH
totalSupply() view returns (uint256)
791
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)
burn(uint256 tokenId)
claim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newExtension)
setBaseURI(string baseURI)
setMaxElements(uint256 _newAmount)
setPause(bool _newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string baseURI, string _baseExtension, uint256 _maxElements)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ContractIsPaused()
EmptyBalance()
Soldout()