robotown
Verified contract
Active on
Ethereum with 4,972 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 "robotown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20582908 | 3 months ago | | | 0 | 0.000044448302 | |
| 18874082 | a year ago | | | 0 | 0.00068838309 | |
| 18234403 | a year ago | | | 0 | 0.00057847160 | |
| 18228039 | a year ago | | | 0 | 0.0011215790 | |
| 18124909 | a year ago | | | 0 | 0.00048172213 | |
| 18006511 | a year ago | | | 0 | 0.00072765829 | |
| 18006071 | a year ago | | | 0 | 0.00056841978 | |
| 17948525 | a year ago | | | 0 | 0.00033434805 | |
| 17866673 | a year ago | | | 0 | 0.00065567358 | |
| 17022642 | 2 years ago | | | 0 | 0.00092223734 |
ABI
ABI objects
Getter at block 21212127
CURR_MINT_COST() view returns (uint256)
8000000000000000
MAX_TOKENS() view returns (uint256)
5000
baseURI() view returns (string)
ipfs://QmPK1kRYnhqrThmxej2dF67P1boXuhGJ25ac8WPRbG9ZuZ/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(ROBO, 0, 0, 8000000000000000, 8, 10, 5000, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
robotown
owner() view returns (address)
0xb9c5a1de00f95c2be1275419a1e302dad8ce6cc9
symbol() view returns (string)
r.wtf
totalSupply() view returns (uint256)
5000
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
mintNFT(uint256 _mintAmount) 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 _newBaseURI)
setFreeMints(uint256 amount)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()