PONZIE.EXPRESS

Verified contract

Active on Ethereum with 77 txns
Deployed by via 0x1373be9f at 20979570
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PONZIE.EXPRESS"

0xbcc56b8d8fea09fc7c8d8c2e1716a5fb4eab9f2a86423303afc75e5c253349fc
0x1e7bb2e020a8ed8a822eb4db40d10a9deef10c83a72c769d0417f0c9111416a0
0x3ed64a5725f171ae88c71a9845de030881b963240f61beb8af2c52ee1dd8edf5
0xb945f1eabd306f1c4c54ce5c1ee72773d7580d3658f88a789670a15376855d08
0xc2868a57df00c8f0b7faec645d1168837ae5f27fb06d0f586d83df079fa6ae7f
0x0f8608252296a94a2c0df891b4eb062fc340c4a628ff941211094886d67c65c2
0x63bf9b2405d93701e659172cc6848b55dd364fae0259470cd920660a5ebd80b2
0x4b72fe4a4706bd491fbd87d757a665c1d4d6311d079da44e1bd7c31b5efe53fa
0x36dcee14267ba424bc271bd9242e0b1c711631b23b8b4351ca1df9258c4a36a2
0x5e9b489f6a12ea26aafb3cffc58adc5543e6dc77f4fb926e6e68767fcfb5ca3c

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(uint256 _fee
openTrading(
removeLimits(
removeTax(
renounceOwnership(
swap(
tax0(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account