OnTheRoad
Verified contract
Active on
Ethereum with 318 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 "OnTheRoad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16392752 | 2 years ago | | | 0 | 0.0014092392 | |
| 16297062 | 2 years ago | | | 0 | 0.00070845047 | |
| 14777638 | 2 years ago | | | 0 | 0.0011780593 | |
| 14669338 | 3 years ago | | | 0 | 0.0025569708 | |
| 14606835 | 3 years ago | | | 0 | 0.0015622636 | |
| 14417462 | 3 years ago | | | 0 | 0.0012732943 | |
| 14240605 | 3 years ago | | | 0 | 0.00098725882 | |
| 14240126 | 3 years ago | | | 0 | 0.0020271600 | |
| 14230448 | 3 years ago | | | 0 | 0.0037604989 | |
| 14229973 | 3 years ago | | | 0 | 0.0039020773 |
ABI
ABI objects
Getter at block 21177417
claimActive() view returns (bool)
false
claimSupply() view returns (uint256)
714
maxTx() view returns (uint256)
10
mintSupply() view returns (uint256)
8941
name() view returns (string)
OnTheRoad
nonce() view returns (uint256)
346
owner() view returns (address)
0x7c2b60668cb31bf1c532e642ac504fb1bed9a352
price() view returns (uint256)
60000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
OTR
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
holders(address) 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 addHolders(address[] holders_, uint256[] qty)
approve(address to, uint256 tokenId)
claim()
giveaway(address to, uint256 qty, bool fromHolders)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimActive(bool val)
setClaimSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMintSupply(uint256 newSupply)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
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)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.