RoboCosmic

Verified contract

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

No balances found for "RoboCosmic"

0xc5522fdbd5275f59279430022e083a01f4dfaf70cdf45dab4da85effe49b6e1e
0xab7619ca205f82daa7c2358626c761b4f67901aecdc6616c7af8e7454bf6c8e3
0xb7a96d916b2e3759a534c7a5ac182b2faa1c654e0a7e14e0527b6b2884fc47da
0x58022946cc0aa78e24d257f554e5c610666c64350059b84d48e497bac78467fb
0x31f745ec571705b48811c8b7712f2ed3d1123e47a46d78f1c96400ebbd4011ba
0xb719d946be7a229832252b695f838d1f950bf25341bda2c3479d112bcafec427
0x2f205d6b38704101e45b3e6e480c4dabddbed57965e8fe261ae4c0fe13b7a812
0xe929458e2b5488df9c897fb20add495aa444298a17b37de069e7175f5bd57a6c
0x5fe5c27db3dabf4c230d76a289a250e7818ad41cee855463764c29e1219ee9ef
0x98c4d003c44257701d596f2ebd179eab13d0459bf42109d6d43230b56c26f8de

Functions
Getter at block 20866148
MAX_SUPPLY(view returns (uint256)
11111
PER_MINT_PRICE(view returns (uint256)
10000000000000000
_paused(view returns (bool)
false
contractURI(view returns (string)
https://robocosmic.online/contractURI.json
name(view returns (string)
RoboCosmic
owner(view returns (address)
0xb07b994f3b17629486b4065eed5bdfc12edbc96d
symbol(view returns (string)
RBC
totalSupply(view returns (uint256)
11111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipStatus(
mint(uint256 quantitypayable 
mintSpecific(address[] _addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI
setContractURI(string _contractURI
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(string _contractURI
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(