RoboCosmic
Verified contract
Active on
Ethereum with 12,546 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 "RoboCosmic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250036 | 2 days ago | | | 0 | 0.00058421398 | |
| 21250034 | 2 days ago | | | 0 | 0.00088168001 | |
| 21250031 | 2 days ago | | | 0 | 0.00085360694 | |
| 21250027 | 2 days ago | | | 0 | 0.00094468647 | |
| 21250024 | 2 days ago | | | 0 | 0.0010173666 | |
| 21250018 | 2 days ago | | | 0 | 0.0012656969 | |
| 21217353 | 6 days ago | | | 0 | 0.0011755655 | |
| 20058939 | 5 months ago | | | 0 | 0.00013857900 | |
| 19205869 | 9 months ago | | | 0 | 0.0012057844 | |
| 18522389 | a year ago | | | 0 | 0.0015107544 |
ABI
ABI objects
Getter at block 21260820
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipStatus()
mint(uint256 quantity) payable
mintSpecific(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()