Little Traveler
Verified contract
Active on
Ethereum with 791 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Little Traveler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20743632 | 2 months ago | | | 0 | 0.00075050267 | |
| 20743610 | 2 months ago | | | 0 | 0.00073669599 | |
| 20622713 | 3 months ago | | | 0 | 0.00087302112 | |
| 20622706 | 3 months ago | | | 0 | 0.00073691337 | |
| 20609474 | 3 months ago | | | 0 | 0.000046526058 | |
| 20601075 | 3 months ago | | | 0 | 0.00056223624 | |
| 20601059 | 3 months ago | | | 0 | 0.00060220572 | |
| 20601053 | 3 months ago | | | 0 | 0.00061234481 | |
| 20601049 | 3 months ago | | | 0 | 0.00058868915 | |
| 20595490 | 3 months ago | | | 0 | 0.00053988224 |
ABI
ABI objects
Getter at block 21205264
baseExtension() view returns (string)
.json
chainNumber() view returns (uint8)
0
cost() view returns (uint256)
0
costTrips() view returns (uint256)
2000000000000000000000
counterOwner() view returns (uint8)
0
floorIndex() view returns (uint256)
100
maxMintAmount() view returns (uint8)
10
maxPerOwner() view returns (uint8)
100
maxSupplyAllChains() view returns (uint16)
10000
maxThisChain() view returns (uint16)
1000
name() view returns (string)
Little Traveler
notRevealedUri() view returns (string)
/
owner() view returns (address)
0x4ed06d19e5d6c9b07fd98bb875864a2d0ebdfa92
paused() view returns (bool)
false
revealed() view returns (bool)
true
roofIndex() view returns (uint256)
1000
symbol() view returns (string)
TRAVELER
totalSupply() view returns (uint256)
712
travelerLootAddress() view returns (address)
0x38cd9992e44064cb8bd68cdf17d164b82b25277c
treasurerAddress() view returns (address)
0x9e202e5d45fc8ae7cef6b845de7c91ac3230469a
tripsAddress() view returns (address)
0x1350fbe8ce27762ec19134bf8fc405a427fe9bf1
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
mint(uint256 _mintAmount) payable
mintByOwner()
mintByTravelerLoot()
mintWithTrips(uint8 _mintAmount)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setCostTrips(uint256 _newCostTrips)
setNotRevealedURI(string _notRevealedURI)
setTravelerLootAddress(address _travelerLootAddress)
setTreasurerAddress(address _treasurerAddress)
setTripsAddress(address _tripsAddress)
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)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, uint256 _cost, uint256 _costTrips, uint8 _chainNumber, address _tripsAddress, address _travelerLootAddress, address _treasurerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.