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 "Pepatel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18240198 | a year ago | | | 0 | 0.00041852771 | |
| 17835060 | a year ago | | | 0 | 0.0019181502 | |
| 17834996 | a year ago | | | 0 | 0.0021035355 | |
| 17796606 | a year ago | | | 0 | 0.00074683947 | |
| 17773780 | a year ago | | | 0 | 0.00092601981 | |
| 17773780 | a year ago | | | 0 | 0.0010658198 | |
| 17773780 | a year ago | | | 0 | 0.0010658198 | |
| 17773780 | a year ago | | | 0 | 0.0015318198 | |
| 17689113 | a year ago | | | 0 | 0.00095833068 | |
| 17682431 | a year ago | | | 0 | 0.00079880402 |
ABI
ABI objects
Getter at block 21394598
DOMAIN_SEPARATOR() view returns (bytes32)
0x2d0b0a9f1a6f42aeb99b18a46235ad109e8834017db209039943842929317047
decimals() pure returns (uint8)
18
dividendTracker() view returns (address)
0x0000000000000000000000000000000000000000
getBuyTax() view returns (uint32)
1000
getERC20Controller() view returns (address)
0x65459e3e2a35aadfe37a9e1e98e4444b57efbd56
getLPPair() view returns (address wethAddr)
0x437457b513e2ceb7e7094052ee62951cb0dd6abd
getSellTax() view returns (uint32)
1000
getTaxWallets() view returns (struct PepatelTaxWallet[])
[(0x7f665cfb240a4864b4350ede0be7d88e90b7e662, 1000)]
name() pure returns (string)
Pepatel
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
PATEL
totalSupply() pure returns (uint256)
6942000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events addNewLPPair(address pair)
addTaxWallet(struct PepatelTaxWallet wall)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
disableBlocklistAdd()
multisend(address[] addr, uint256[] val)
multisendFrom(address sender, address[] addrRecipients, uint256[] vals)
openTrading()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proxiedApprove(address erc20Contract, address spender, uint256 amount) returns (bool)
proxiedSell(address erc20Contract)
proxiedSellAndSend(address erc20Contract)
proxiedTransfer(address erc20Contract, address recipient, uint256 amount) returns (bool)
proxiedWETHWithdraw()
removeTaxWallet(address wallet)
renounceOwnership()
setBot(address theBot, bool toSet)
setBuyTax(uint32 amount)
setEthSendDivisor(uint32 newDivisor)
setExcludedFromFee(address account, bool isExcluded)
setMaxTxRatio(uint32 ratio)
setMaxWalletRatio(uint32 ratio)
setSellTax(uint32 amount)
setSwapDivisor(uint32 amount)
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)
Bought(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed seller, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address controller, address dev, struct PepatelInitialData id, struct PepatelTaxWallet[] wallets)
receive()
This contract contains no error objects.