RoE Wanderer Mount
Verified contract
Active on
Ethereum with 23,680 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "RoE Wanderer Mount"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212865 | 8 days ago | | | 0 | 0.0015412681 | |
| 20717893 | 3 months ago | | | 0 | 0.00011610915 | |
| 20635560 | 3 months ago | | | 0 | 0.00017063554 | |
| 20628334 | 3 months ago | | | 0 | 0.00025776517 | |
| 20176634 | 5 months ago | | | 0 | 0.00070683854 | |
| 20150947 | 5 months ago | | | 0 | 0.000060334755 | |
| 20150946 | 5 months ago | | | 0 | 0.000054836440 | |
| 20102234 | 5 months ago | | | 0 | 0.000065407341 | |
| 20013267 | 6 months ago | | | 0 | 0.0014851236 | |
| 19864368 | 6 months ago | | | 0 | 0.00010420305 |
ABI
ABI objects
Getter at block 21268804
INIT_TIME_PUBLIC_SALE() view returns (uint256)
1658235600
MAX_COLLECTION() view returns (uint256)
15625
MAX_PUBLIC_SALE_MINT() view returns (uint256)
15000
MintStarted() view returns (bool)
true
baseURI() view returns (string)
https://api.roemmorpg.com/api/5sl4icbwn0ys/nft/
name() view returns (string)
RoE Wanderer Mount
owner() view returns (address)
0x7dec074cea7dfd2df9588441e44eeaf71f576e89
symbol() view returns (string)
MOUNT
totalSupply() view returns (uint256)
15067
Read-only
balanceOf(address owner) view returns (uint256)
check_address_exist_in_white_list(address _newAddress) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftCounter(address) view returns (uint256)
nftCounterRewardMint(address) view returns (uint256)
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)
whiteListAddresses(uint256) view returns (address)
State-modifying
Events add_new_address_white_list(address[] _listAddresses)
approve(address to, uint256 tokenId)
publicSaleMint()
renounceOwnership()
rewardMint()
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.