Rooster Fighter
Verified contract
Active on
Ethereum with 1,984 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 "Rooster Fighter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20705914 | 3 months ago | | | 0 | 0.000043638979 | |
| 20598351 | 3 months ago | | | 0 | 0.000021617912 | |
| 20598349 | 3 months ago | | | 0 | 0.000022716995 | |
| 20526061 | 4 months ago | | | 0 | 0.000075941587 | |
| 20518975 | 4 months ago | | | 0 | 0.000055971394 | |
| 20518383 | 4 months ago | | | 0 | 0.000040848981 | |
| 20152741 | 5 months ago | | | 0 | 0.000049699274 | |
| 20152737 | 5 months ago | | | 0 | 0.000046341075 | |
| 19873496 | 7 months ago | | | 0 | 0.000078966353 | |
| 19873363 | 7 months ago | | | 0 | 0.000095087045 |
ABI
ABI objects
Getter at block 21299889
baseURI() view returns (string)
https://api.xanalia.com/blindBox/get-nft-metaData?chain=ethereum&collectionId=0xC16C5f1fc9fc316fB3B4B353500efda9A1A1B7F0&tokenId=
name() view returns (string)
Rooster Fighter
owner() view returns (address)
0x034a81a268af3feb1f2cbe4a9fd4f2466befad02
symbol() view returns (string)
RSF
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 TransferFromAdmin(uint256 tokenId, address to)
addAllowAddress(address _add)
approve(address to, uint256 tokenId)
burnAdmin(uint256 tokenId)
mint(address to_, uint256 countNFTs_) returns (uint256, uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminTransfer(address from, address to, uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string uri)
Burn(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.