IAMROBOT

Verified contract

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

No balances found for "IAMROBOT"

0x7639c4d503bd122346fe4e06f3e15d92b20e2a14446ea9802936650d34601a7d
0x8a19261b4e201db84f7aacb3714d28a239c330661799b3b1320dc65b8bc89d38
0x2d5830bd9d9ab6872d63481d70649d7797c6729b48f5fa6cc080ed3842ee6037
0x3c33c3c2096428a97b20b0f3ec73c7d771b06a7b33272d32dda764e6ebc31b6e
0x9ab1d085dc7fe24f98627c27aa151b62b2790b2b74a62b1c0600658715ca8a0f
0xf0597bc56a6931a099be75d00a0c35a070ed3c313b66c483dc86935d88aabb85
From
0x500dad948e49929b9d3c21eed1be29a01a2b8c23bdd7592f9415d5e667e6635d
0x79f9276b42f4bee21f0f1dd282f5cbd4a5bfd796a979e12553fe974911aa9959
0xa27954f546aff4cc33b379abee53385117861b5bc1b2e517e3226d86e4fd34c3
0xc8de64c49229c866faacf838c3a3979a054b6f62930dbc2791fca3bcc1993cfd

Functions
Getter at block 20854205
baseURI(view returns (string)
https://ipfs.io/ipfs/QmZ3meCUWMwAN4LEWkEg6egKt4H7r7Ae3wyu1QXisDWVKN/
maxFreeAmount(view returns (uint256)
2100
maxFreePerTx(view returns (uint256)
2
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
mintEnabled(view returns (bool)
true
name(view returns (string)
IAMROBOT
owner(view returns (address)
0x8b5f29c7e7e53d529d9946e3a607c3353efa3bb1
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
ROBOT
totalSupply(view returns (uint256)
2414
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerTx(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setMaxPerTx(uint256 _amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(