ForgottenRunesInfinityVeil
Verified contract
Active on
Ethereum with 2,258 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 "ForgottenRunesInfinityVeil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21173054 | 16 days ago | | | 0 | 0.0020332658 | |
| 21168617 | 16 days ago | | | 0 | 0.0015722910 | |
| 21128524 | 22 days ago | | | 0 | 0.00098019412 | |
| 21128518 | 22 days ago | | | 0 | 0.00097802026 | |
| 21115554 | 24 days ago | | | 0 | 0.00057883163 | |
| 21058083 | a month ago | | | 0 | 0.00029619970 | |
| 20975492 | a month ago | | | 0 | 0.00066026741 | |
| 20923484 | 2 months ago | | | 0 | 0.00097059217 | |
| 20882709 | 2 months ago | | | 0 | 0.00021755490 | |
| 20777334 | 2 months ago | | | 0 | 0.00027704649 |
ABI
ABI objects
Getter at block 21286172
_currentTokenID() view returns (uint256)
1
owner() view returns (address)
0xd584fe736e5aad97c437c579e884d15b17a54a51
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
frozen(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
tokenURIs(uint256) view returns (string)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
create(address initialOwner, uint256 totalTokenSupply, string tokenUri, bytes data) returns (uint256)
freeze(uint256 tokenId)
mint(address initialOwner, uint256 tokenId, uint256 amount, bytes data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(uint256 tokenId, string tokenUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.