Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21781801 | a day ago | | | 0 | 3.9807747e-7 | |
| 21775218 | 2 days ago | | | 0 | 3.2230261e-7 | |
| 21774959 | 2 days ago | | | 0 | 3.4001500e-7 | |
| 21744717 | 2 days ago | | | 0 | 3.9902047e-7 | |
| 21728415 | 3 days ago | | | 0 | 0.0000013070460 | |
| 21728358 | 3 days ago | | | 0 | 0.0000013080482 | |
| 21728258 | 3 days ago | | | 0 | 0.0000013027513 | |
| 21728188 | 3 days ago | | | 0 | 0.0000012903822 | |
| 21705120 | 3 days ago | | | 0 | 3.9015414e-7 | |
| 21658494 | 4 days ago | | | 0 | 3.9420638e-7 |
ABI
ABI objects
Getter at block 21841147
burnPercent() view returns (uint256)
5000
decimals() view returns (uint8)
18
dex() view returns (address)
0x8a52707f504d0743bc0ff13f0898579ea8bdad82
name() view returns (string)
Ponzi
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PONZI
totalSupply() view returns (uint256)
988117521808956688489327882956
treasury() view returns (address)
0x346938779ae658ddb5f191efc0c4f31453e1df90
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address) view returns (uint256)
getTaxes(address _dex) view returns (uint256 buy, uint256 sell)
sellTax(address) view returns (uint256)
taxed(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeBurnPercent(uint256 _newBurnPercent)
changeDex(address _dexAddress)
renounceOwnership()
setTaxes(address _dex, uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferTreasury(address _newTreasury)
withdrawTaxes(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _burnPercent, address _weth)
This contract contains no fallback and receive objects.
BurnPercentTooHigh()
CannotTaxSelf()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 value)
ERC20InsufficientBalance(address owner, uint256 balance, uint256 value)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
NewBurnPercentTooHigh()
OnlyOwnerOrTreasury()
TaxTooHigh()