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 "Kitsune"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145286 | 5 months ago | | | 0 | 0.00022064400 | |
| 20099205 | 5 months ago | | | 0 | 0.0011130472 | |
| 19711595 | 7 months ago | | | 0 | 0.0023863555 | |
| 19589173 | 7 months ago | | | 0 | 0.0025093023 | |
| 19499345 | 8 months ago | | | 0 | 0.0023671381 | |
| 19446966 | 8 months ago | | | 0 | 0.0033599184 | |
| 19102478 | 10 months ago | | | 0 | 0.0017002710 | |
| 19087522 | 10 months ago | | | 0 | 0.00048939483 | |
| 19036184 | 10 months ago | | | 0 | 0.0040462176 | |
| 19036178 | 10 months ago | | | 0 | 0.0061336728 |
ABI
ABI objects
Getter at block 21177069
name() view returns (string)
Kitsune
owner() view returns (address)
0xfa659696deb10971df4accd18014f0bac66c01a4
started() view returns (bool)
true
symbol() view returns (string)
KITSUNE
totalSupply() view returns (uint256)
801
Read-only
balanceOf(address owner) view returns (uint256)
claimable(uint256 _tokenId) view returns (bool)
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)
claimKitsune(uint256 _tokenId)
claimMultiple(uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setUriComponents(string _newBase, string _newSuffix)
toggleStart()
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)
ClaimKitsune(uint256 indexed roninId, uint256 indexed kitsuneId, address claimer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Start(bool _started)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _ronin, string _uriBase, string _uriSuffix)
This contract contains no fallback and receive objects.
This contract contains no error objects.