Robotos
Verified contract
Active on
Ethereum with 25,611 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($220.43)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,324.23 |
$0 | |
gOHM | ERC-20 | 0.044963 | $4,902.61 |
$220.43 | |
ROBO | ERC-721 | 1 | -- | -- | |
ROBO | ERC-721 | 1 | -- | -- | |
ROBO | ERC-721 | 1 | -- | -- | |
ROBO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268147 | a day ago | | | 0 | 0.00045265837 | |
| 21251822 | 3 days ago | | | 0 | 0.0012712143 | |
| 21233260 | 6 days ago | | | 0 | 0.00044520599 | |
| 21216538 | 8 days ago | | | 0 | 0.0010430741 | |
| 21205320 | 10 days ago | | | 0 | 0.00039290523 | |
| 21201238 | 10 days ago | | | 0 | 0.00076222624 | |
| 21199512 | 10 days ago | | | 0 | 0.00056411096 | |
| 21195166 | 11 days ago | | | 0 | 0.0015997210 | |
| 21177013 | 14 days ago | | | 0 | 0.0010108140 | |
| 21170113 | 15 days ago | | | 0 | 0.0012294883 |
ABI
ABI objects
Getter at block 21274681
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQh36CsceXZoqS7v9YQLUyxXdRmWd8YWTBUz7WCXsiVty/
_maxSupply() view returns (uint256)
9999
_preSaleIsActive() view returns (bool)
false
_price() view returns (uint256)
50000000000000000
_saleIsActive() view returns (bool)
false
name() view returns (string)
Robotos
owner() view returns (address)
0x63989a803b61581683b54ab6188ffa0f4baadf28
symbol() view returns (string)
ROBO
totalSupply() view returns (uint256)
9999
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintCount) payable
preSaleMint() payable
preSaleStart()
preSaleStop()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStart()
saleStop()
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.