PONZIE.EXPRESS
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PONZIE.EXPRESS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980359 | a month ago | | | 0 | 0.00056159920 | |
| 20980319 | a month ago | | | 0 | 0.00066799755 | |
| 20980047 | a month ago | | | 0 | 0.00069237167 | |
| 20980034 | a month ago | | | 0 | 0.00079638784 | |
| 20979920 | a month ago | | | 0 | 0.00083415576 | |
| 20979886 | a month ago | | | 0 | 0.00097663459 | |
| 20979881 | a month ago | | | 0 | 0.00085651914 | |
| 20979875 | a month ago | | | 0 | 0.00082446527 | |
| 20979859 | a month ago | | | 0 | 0.0010841034 | |
| 20979844 | a month ago | | | 0 | 0.00082751601 |
ABI
ABI objects
Getter at block 21285306
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
marketingfee() view returns (uint256)
0
name() view returns (string)
PONZIE.EXPRESS
owner() view returns (address)
0x03e2f2dc90178fa34a34e96a2d71c4fa0d9d8a05
sellTax() view returns (uint256)
0
symbol() view returns (string)
PONZIE
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapPair() view returns (address)
0xb8c24df44be317c484051018d812c62a75559f43
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch(uint256 _fee)
openTrading()
removeLimits()
removeTax()
renounceOwnership()
swap()
tax0()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)