Rareland
Verified contract
Active on
Ethereum with 26,843 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 "Rareland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160676 | 19 days ago | | | 0 | 0.00077373171 | |
| 21125594 | 24 days ago | | | 0 | 0.00039923095 | |
| 21101462 | a month ago | | | 0 | 0.00060988337 | |
| 21066923 | a month ago | | | 0 | 0.00040613748 | |
| 21066915 | a month ago | | | 0 | 0.00037564081 | |
| 20996815 | a month ago | | | 0 | 0.00024930474 | |
| 20983377 | a month ago | | | 0 | 0.00038070092 | |
| 20982459 | a month ago | | | 0 | 0.00020820900 | |
| 20979714 | a month ago | | | 0 | 0.00095498580 | |
| 20739958 | 3 months ago | | | 0 | 0.000074005475 |
ABI
ABI objects
Getter at block 21297675
name() view returns (string)
Rareland
owner() view returns (address)
0x8747d05a7741ddeb81da648bc3307e7ecb1cc13a
paused() view returns (bool)
false
symbol() view returns (string)
RARE
totalSupply() view returns (uint256)
10001
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getNftsByOwner(address _owner) view returns (uint256[])
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)
devMintToAddresses(address[] _addresses)
pause()
renounceOwnership()
safeMintAvatar(address _to) payable
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)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.