Ether Robots
Verified contract
Active on
Ethereum with 391 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 "Ether Robots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309208 | 2 years ago | | | 0 | 0.00077725093 | |
| 16234008 | 2 years ago | | | 0 | 0.00074881387 | |
| 15254033 | 2 years ago | | | 0 | 0.00018318016 | |
| 15184312 | 2 years ago | | | 0 | 0.00050484491 | |
| 15156695 | 2 years ago | | | 0 | 0.00090416933 | |
| 14888230 | 3 years ago | | | 0 | 0.0026037168 | |
| 14714759 | 3 years ago | | | 0 | 0.0014817938 | |
| 14652407 | 3 years ago | | | 0 | 0.0026071360 | |
| 14550524 | 3 years ago | | | 0 | 0.0017428435 | |
| 14485923 | 3 years ago | | | 0 | 0.0012078402 |
ABI
ABI objects
Getter at block 21388920
MAX_MINTS_PER_TX() view returns (uint256)
10
PUBLIC_SALE_PRICE() view returns (uint256)
30000000000000000
getBaseURI() view returns (string)
ipfs://QmZbVggQFYXgptPoByLNn2ZL3qWmtiATgHmYLeQK5zNbmu
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
589
name() view returns (string)
Ether Robots
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6449db9f1acc67ba2aadb41cd2fcee3e76069aae
symbol() view returns (string)
ROBO
totalSupply() view returns (uint256)
589
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.