C4SH404

Verified contract

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

No balances found for "C4SH404"

0xf372a2c1dc569f6908dcd91b1ed112d22e3a4fd17b1ebc0237b27891271ea0c8
0x4bd4b1f757d1966c41eb5b14328b680af16562a173664117d1da7636780bae08
0x4e69ee5fb2a36830cf0596c632fec87b3f4b6c5b5118390d28aaebf2bc96e14a
0x569b0a57f9f6b00449907f3289b14122705cd779a3d0ebdb9fed6eabb9a54fa3
0xa9948430e0219e919ef37e162213146ccaba6c35372d2af0ba1674b7923d70ea
0x2f190fe615856c6e744c142c8c2eeaa70cab55479d63cc1655ad247c9b57c05a
0xeca064fd15f2eec20303b9fcb638dc577c65b539c7abf9e36958ce89b3622478
0xe45afb0074b48da0858c3acc5eaf7b11fdc9586c624c2a08c82387925a1d8369
0x1924ab3fa6ac7c41bd7cd38aad9876474315501ba056ba687adda5daa51b05ea
0xb2c5c726ed4b7f2cfed3a64ab9ce16a9bd59745d8190842cf1a746e8e37aa049

Functions
Getter at block 21197076
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://ivory-grand-cod-258.mypinata.cloud/ipfs/QmZGkeM7PZh3PzzktiSMJvKxHvafQ7VgBc6WxyLi7NtvkY/
buyLimit(view returns (uint256)
1000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
268
name(view returns (string)
C4SH404
owner(view returns (address)
0x9e2bda0453e2fa940a05ad35ce911b0c9560b8e2
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
500
symbol(view returns (string)
C404
totalSupply(view returns (uint256)
1000000000000000000000
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
StartLimit(
StopLimit(
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
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(