PonzioTheCat
Verified contract
Active on
Ethereum with 9,815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9090…55ea
Balances ($77,318,499.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Ponzio | ERC-20 | 0.045864 | $1,685,830,890.00 |
$77,318,487.11 | |
LINK | ERC-20 | 0.828124 | $14.58 |
$12.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152418 | 19 hours ago | | | 0 | 0.00053376947 | |
| 21152415 | 19 hours ago | | | 0 | 0.0014357087 | |
| 21152401 | 19 hours ago | | | 0 | 0.0016949997 | |
| 21152285 | 19 hours ago | | | 0 | 0.00081827472 | |
| 21151436 | a day ago | | | 0 | 0.00096838406 | |
| 21150586 | a day ago | | | 0 | 0.0022429040 | |
| 21147100 | 2 days ago | | | 0 | 0.0011173033 | |
| 21145175 | 2 days ago | | | 0 | 0.00062945679 | |
| 21144183 | 2 days ago | | | 0 | 0.0027935647 | |
| 21144162 | 2 days ago | | | 0 | 0.0022192114 |
ABI
ABI objects
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
realBalanceOf(address account) view returns (uint256 balance_)
sharesOf(address user) view returns (uint256)
sharesToToken(uint256 shares) view returns (uint256 tokenAmount_)
sharesToToken(uint256 shares, uint256 newTotalShares, uint256 newTotalSupply) pure returns (uint256 tokenAmount_)
tokenToShares(uint256 amount) view returns (uint256)
tokenToShares(uint256 amount, uint256 newTotalShares, uint256 newTotalSupply) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize(address feeCollector, address uniV2PoolAddr)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setBlacklistForUpdateSupply(address addrToBlacklist, bool value)
setFeesCollector(address feeCollector)
setUniswapV2Pair(address uniV2PoolAddr)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferShares(address to, uint256 shares) returns (bool)
transferSharesFrom(address from, address to, uint256 shares) returns (bool)
updateTotalSupply()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistForUpdateSupplySet(address indexed account, bool indexed value)
EIP712DomainChanged()
FeesCollectorSet(address indexed feesCollector)
MaxSharesReached(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TotalSupplyUpdated(uint256 oldTotalSupply, uint256 newTotalSupply, uint256 oldTotalShare, uint256 newTotalShare, uint256 fees)
Transfer(address indexed from, address indexed to, uint256 value)
UniV2PoolPairSet(address indexed uniV2PoolPair)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PONZIO_alreadyInitialized()
PONZIO_feeCollectorZeroAddress()
PONZIO_notInitialized()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)