Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9ecc…3773
0x96f1…f389
Balances ($0.00)
No balances found for "ARBOFIRE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18109562 | a year ago | | | 0 | 0.00039172268 | |
| 16581174 | 2 years ago | | | 0 | 0.0023866528 | |
| 16516661 | 2 years ago | | | 0 | 0.00066445640 | |
| 16360497 | 2 years ago | | | 0 | 0.00071995310 | |
| 16271811 | 2 years ago | | | 0 | 0.00050708900 | |
| 15972313 | 2 years ago | | | 0 | 0.00039971055 | |
| 15972283 | 2 years ago | | | 0 | 0.00076295322 | |
| 15970624 | 2 years ago | | | 0 | 0.00048157959 | |
| 15870735 | 2 years ago | | | 0 | 0.00066137183 | |
| 15281616 | 2 years ago | | | 0 | 0.00031943524 |
ABI
ABI objects
Getter at block 21096655 _script() view returns (string)
PRICE_PER_TOKEN() view returns (uint256)
30000000000000000
_abar() view returns (address)
0x96f10441b25f56afe30fdb03c6853f0fec70f389
_arfes() view returns (address)
0x9ecc667b19f36c712e99f600b8909f6b82dd3773
_isBurningEnabled() view returns (bool)
false
_isClaimingEnabled() view returns (bool)
true
_isMintingEnabled() view returns (bool)
false
_maxSupply() view returns (uint256)
333
name() view returns (string)
ARBOFIRE
owner() view returns (address)
0x9624585a386ae2d01aeac61fc6653b5b3591132d
symbol() view returns (string)
arfw
totalSupply() view returns (uint256)
333
Read-only
_buildTokenClaimed(uint256) view returns (bool)
_tokenIdToHash(uint256) view returns (bytes32)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(uint256 buildTokenId)
mint() payable
renounceOwnership()
reserveTokens(uint256 tokensToReserve)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxSupply(uint256 maxSupply)
setScript(string script)
toggleBurningEnabled()
toggleClaimingEnabled()
toggleMintingEnabled()
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(address arfes)
This contract contains no fallback and receive objects.
This contract contains no error objects.