Pepemon

Verified contract

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

No balances found for "Pepemon"

0xccd550414ae12460be96364f4bc3024c7621406063986598504b3533d457b1ac
0x434b373930a1ec29bcc1698600e892b5ae97c3e8826c43629ca86378eaa2a43d
0x686b1c64ef510bc7200dc5706d2b7b0bafd72a5b2863dbfb561563959f4640c2
0xe14ad6cc46316af1b9df7f3b70b39cca259bdda3b080efb229518d7b493daedd
0x28a6d052490c0fafa2ef7a32d5525061589b70613a3a5a913ed83e69bb84fbcf
0x2b4bb67b9f4c59f76e6cad7062e03c4df11062007f1a22b1a59c893057582ac5
0x01700dae31671462db8a89d307a439b7323b8c2d89feb6f5555d11b140558a33
0xc35c66bdd49a2f6e4a0f0e2e4191cab8b7a7180bd1c60bd53871260b8304eeed
From
0xf2ae2df0a3d84b41f92e3223f14cb4a2cd83ddb289a48aa55b413939318826e8
0x867d805d89923f155d0fe5e17a15c226dea3bd447e24b2502be30c88bc21b420

Functions
Getter at block 20935784
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://chocolate-hollow-cobra-437.mypinata.cloud/ipfs/QmTLu7tDyAw5JWbBH7BJDEGU1u2pEU3Zy6KxFBndTj91vb/
buyLimit(view returns (uint256)
15000000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
15878
name(view returns (string)
Pepemon
owner(view returns (address)
0xa9a6d58e2970bdfbf92693b739f9154f21385e0e
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
15000000000000000000000000000
symbol(view returns (string)
PEPEMON
totalSupply(view returns (uint256)
15000000000000000000000
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(