robotown

Verified contract

Active on Ethereum with 4,972 txns
Deployed by via 0xdb90414f at 14911975
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "robotown"

0xc104bfab21883e60c62d07884759973482d8585be99b13f52852e1cae620db96
0x0cc8753ac5c78d2fff15369ec81b6b3f7e7f1cd6f2f11d5c500c00ad4bd84ed8
0x7e2883b23c6e012fe106e35d372548394b000d5d48d1badae19de36a173eb7b4
0x2e4332b288908ff97e5c219dc25ab2d9b512513aa88e551c054e43081b42a818
0x8833058467bfcad40e4409e8eb5fd76b8807501a41b6c4fa730157ed7fa87e73
0x7efd8cdba7cd1479a429df3d44d925da6e98b9733e7fce8952bce9eee6b7cb51
0x5104c537408edd808d75aa8eb6fdec6472db9181fb1c14e05c5feffcd0d67023
0x64199cdb6d6b5c18bf637a28591a1ac5c0093c8ade0ea74666f987e2cb7684fa
0x97d3ef8eef531c437253a4a77e5f3b6cd3ba798b12aff7e530ca86cd1bd26471
0x9e97359d748565e72d3ac9dea32bce4e7720e21808fabcd9ee7e95d2ed37e711

Functions
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 (stringuint256uint256uint256uint256uint256uint256boolbool)
(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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Giveaways(uint256 numTokensaddress recipient
approve(address touint256 tokenId
mintNFT(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setFreeMints(uint256 amount
setSaleStarted(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(