Cosmic

Verified contract

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

No balances found for "Cosmic"

0x253a01470815270b46f70b94c52323ae4216d835172f3ccf8316ad148e59d11e
0xf39fb401831895a07eceeb62906685bee0ae5b55c44c1173c9b38f820d311bd9
0x4266e7c990d45ba5a57dafb70e0990397e859e6d328c4586359097bef044519e
0x3e71ea1ee907dae9a77053f44af3a413c60818a4eca1b563e8bba21a22ec1d7b
0xf95a2980f3f3eac6ed62e1320e5c55a26d382dd824410f187c351f212844dd2c
0x01d759098d5e135238389599048d2c9e054e06a980387426da64ad95c487856a
0x13ee205e4486a23ce204c04c97ca01635165115ff517595ba7f60d22435beeef
0x535b3c2570b45f777c8327c4f6f317d814ef22a04f07f1573af502fcdfd85155
0x030666e8f59c2d946aae508b1924ae110227cba2327340e1b3280f1bc2d2289e
0x90b6115a5d00578eb83e299509d323ca0593297b8a8c5989da571f4c79b6229c

Functions
Getter at block 21262986
baseTokenURI(view returns (string)
https://api.cosmicerc.com/
dataURI(view returns (string)
https://api.cosmicerc.com/static/
decimals(view returns (uint8)
18
minted(view returns (uint256)
238
name(view returns (string)
Cosmic
owner(view returns (address)
0x605cdd744310eddf2e3757b3170b53bdff213675
symbol(view returns (string)
COSMIC
totalSupply(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(