Cosmic

Verified contract

Active on Ethereum with 15 txns
Deployed by via 0x5728831f at 19176157
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cosmic"

0x2b8e6ce929c7945ee0aa9ee15818f854637b7e16b7b5531e87d0dafbbd1cfc79
0xd627e5e8f31e8306a0d241492d15c9bf80a99c1e465cefe646536456d37813b6
0xc03e03e1c287dcde10471849d052ac08f5cccd18db833f1c916f40655db7df80
0xfe8f5be70d2d09a1fd41c303728883bb05a89bf8d3fb855ff18e72242eaa8e7e
0xb375fc7e5d879d34d9153cb82298c3c63c988f3a90ed049938531d4801690699
0xfa5b99d2e3b50fb38b4b2ba88ffc839a1843dfe403d27f1cac2e037dd37c4013
0xb135457d0242cd3651affbed0af8208c8e3f09344a0ef637feaec920f07612cd
0x0321a33eb18391026148aff858b3a4daf3f60517b47f7a5440bdfa01854d966b
0x0482eac794e84656eae6da596a3f599629433c2df60f92331afc0c5b46b8bd17
0x47a69340c2f8eb242e22c06b4e46fab8b49c3344bab498c41af8ea412a30a8d5

Functions
Getter at block 20903598
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://cyan-accused-gayal-293.mypinata.cloud/ipfs/QmXqmPsjEwpFFz6hnMaii9AfjXTVpSBLgjmT58z6VVWbbw/
buyLimit(view returns (uint256)
200000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
79
name(view returns (string)
Cosmic
owner(view returns (address)
0xb0e394ba46a9911c09f921bcb158108888cd8c72
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
200000000000000000000
symbol(view returns (string)
COSMIC
totalSupply(view returns (uint256)
10000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
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)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
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
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(