PonzioTheCat

Verified contract

Active on Ethereum with 9,815 txns
Deployed by via 0x8c4fcaa3 at 20111499
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $77,318,487.11
ERC-20
Value $12.07
0x0719eb74fe8a3fe6c15fc9351eaaedc1a3669cb77c81a5e0aa060a34c2aa751f
0x15aeeba3e90a9dbd4f475b0246ca8952ed1e18fc3d1d8327f4e6d689cb17d034
0xf0c1705a16273f58ee152b34679dc86c29da0024753e12d7cc6ca4b139a80fa9
0x1399f58e59b0a25addbd6a40517097a9f4f6bad32d956eb060b438fdc4b4db1f
0xad7fcd943f286daff4f175f34b15f32b5747efc19d6d5bd95acfcce0553c56c5
0xb52e31019d18791b7f32a57df2ff77083b9281d3ff949f51fb9214f56f04f888
0x04bd92070b8554c975ca825c898605d90959f09cbb6bc6753571019a7f8ea5c4
0xede9d6d52c082e5bfaa7433f7007994da2aadb1b8f9cdd463cd508c853d30ec8
0x6dc9dcbc84ddad5b262b56b740549621db4b6fc6acca6ab21148b9eb7e9bf643
0xfa4429952c3c288c756cc6cb7b0650c7bb7ce4f64d5341d9d59631db6e450b20

Functions
Getter at block 21158109
DEBASE_EVERY(view returns (uint256)
2058
DEPLOYED_TIME(view returns (uint256)
1718627231
DOMAIN_SEPARATOR(view returns (bytes32)
0x056968328b33e9747ca52c4d5ade6c62780d2f304a44ee137a4e053f9c602609
FEES_BASE(view returns (uint256)
10000
FEES_STAKING(view returns (uint256)
1337
HALVING_EVERY(view returns (uint256)
345744
INITIAL_SUPPLY(view returns (uint256)
21000000000000000000000000
MINIMUM_TOTAL_SUPPLY(view returns (uint256)
1000000000000
NB_DEBASE_PER_HALVING(view returns (uint256)
168
SHARES_PRECISION_FACTOR(view returns (uint256)
1000
computeNewState(view returns (uint256 totalShares_uint256 totalSupply_uint256 fees_)
(totalShares_=630606270021611734026619953094, totalSupply_=227373675443232, fees_=121599441627)
computeSupply(view returns (uint256 totalSupply_uint256 fees_)
(totalSupply_=227373675443232, fees_=121599441627)
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Ponzio The Cat, version=1, chainId=1, verifyingContract=0x873259322be8e50d80a4b868d186cc5ab148543a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feesCollector(view returns (address)
0x46030f5e33afa7d0b7c0c54a3a8017e10140a979
maxSharesReached(view returns (bool)
false
name(view returns (string)
Ponzio The Cat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Ponzio
totalShares(view returns (uint256)
630269021788404288322189896941
totalSupply(view returns (uint256)
228283170145005
uniswapV2Pair(view returns (address)
0x90908e414d3525e33733d320798b5681508255ea
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
realBalanceOf(address accountview returns (uint256 balance_)
sharesOf(address userview returns (uint256)
sharesToToken(uint256 sharesview returns (uint256 tokenAmount_)
sharesToToken(uint256 sharesuint256 newTotalSharesuint256 newTotalSupplypure returns (uint256 tokenAmount_)
tokenToShares(uint256 amountview returns (uint256)
tokenToShares(uint256 amountuint256 newTotalSharesuint256 newTotalSupplypure returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address feeCollectoraddress uniV2PoolAddr
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
setBlacklistForUpdateSupply(address addrToBlacklistbool value
setFeesCollector(address feeCollector
setUniswapV2Pair(address uniV2PoolAddr
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferShares(address touint256 sharesreturns (bool)
transferSharesFrom(address fromaddress touint256 sharesreturns (bool)
updateTotalSupply(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistForUpdateSupplySet(address indexed accountbool indexed value
EIP712DomainChanged(
FeesCollectorSet(address indexed feesCollector
MaxSharesReached(uint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TotalSupplyUpdated(uint256 oldTotalSupplyuint256 newTotalSupplyuint256 oldTotalShareuint256 newTotalShareuint256 fees
Transfer(address indexed fromaddress indexed touint256 value
UniV2PoolPairSet(address indexed uniV2PoolPair
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
InvalidAccountNonce(address accountuint256 currentNonce
InvalidShortString(
MathOverflowedMulDiv(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PONZIO_alreadyInitialized(
PONZIO_feeCollectorZeroAddress(
PONZIO_notInitialized(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
StringTooLong(string str