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 |
---|---|---|---|---|---|
DRINKP | ERC-20 | 89.419705K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19259024 | 9 months ago | | | 0 | 0.0011749684 | |
| 19259024 | 9 months ago | | | 0 | 0.0011749684 | |
| 19259024 | 9 months ago | | | 0 | 0.0011749684 | |
| 19193502 | 10 months ago | | | 0 | 0.0026610602 | |
| 18691795 | a year ago | | | 0 | 0.0021199947 | |
| 18091340 | a year ago | | | 0 | 0.00025485512 | |
| 18054104 | a year ago | | | 0 | 0.00027909330 | |
| 18052555 | a year ago | | | 0 | 0.00046508956 | |
| 17983439 | a year ago | | | 0 | 0.00058614997 | |
| 17962232 | a year ago | | | 0 | 0.00075121087 |
ABI
ABI objects
Getter at block 21315715
bountyAddress() view returns (address)
0xeb2e71503312db5fdb82c5d4f2405b287c1c2f96
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
89419704613358337910554
maxBuyAmount() view returns (uint256)
2000000000000000000000000
maxSellAmount() view returns (uint256)
2000000000000000000000000
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
Drink Pee
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x37193c7429df0c11cfb218f42373f9482e49487f
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
DRINKP
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bountyFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bountyAddressSetup(address _newAddress)
bountyFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
bountyAddressUpdated(address bountyAddress)
bountyFeeSent(address recipient, uint256 amount)
bountyFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.