The Friendly Robo

Verified contract

Active on Ethereum with 204 txns
Deployed by via 0x58ecd5be at 16464377
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $23.74
0x4ca5bd804df68dfeab95337c21119815f2861c6b4a31b79e021db5aad2254559
0x222e73c7025cd26de1e2727f69f1aa40f1af60e0ed90b4d0aaa4af2246389133
0xe634d86fcd7280d0e43a33a7a9b84bbb11a02b2ce9891c617a4da7ff65efcfed
0xaa8cac6d745b23b027058ba3c791ebad2f13ee0c2455fe2ac1727f9d7319cbdd
0xd262448e12ac8024c702c91f45bd49ab5769240fb1014a2f31b310af1311bc85
0xfc3f6c260b38e22d2d8a11ab783a2db7192d7bdf74256b0167b846801045981b
0xce5e9d584c809974d7b254a16a75dea043dd490026ba8ae6965b13acaa1519b0
0x4cabf818fcb0793f2031575d2bf2d9915ef27c1c577f0c813b8146e431659997
0x52ad23f046f11ac1749fbf87e4348749547b7140a21003de35bffca5a40e01a1
0x1b6d088081c09acc794d85dd3371e1133c3fab1fff1a5df6c25e792d35b61a98

Functions
Getter at block 20934877
MAX_PER_TX(view returns (uint256)
10
MAX_PER_TX_FREE(view returns (uint256)
3
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmXvZZ9tmbU5CstigiCUF9UMtxxUrRWN8vUcG9dCTJqVSX/
contractURI(view returns (string)
ipfs://
free_max_supply(view returns (uint256)
800
max_supply(view returns (uint256)
2222
name(view returns (string)
The Friendly Robo
owner(view returns (address)
0x121206ed4e8f05f0a909eeb1fd929952be49a3fc
paused(view returns (bool)
false
price(view returns (uint256)
900000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
ROBO
totalSupply(view returns (uint256)
636
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
PublicMint(uint256 _amountpayable 
Reserve(uint256 quantity
Withdraw(
approve(address touint256 tokenId
burn(uint256[] tokenids
configMAX_PER_TX_FREE(uint256 newFREE
configPrice(uint256 newPrice
configfree_max_supply(uint256 newFreesupply
configmax_supply(uint256 newSupply
newbaseExtension(string newex
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(