Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($467.72)
Native
Value
$467.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.126732 | $3,690.59 |
$467.72 | |
$DOSA2.0 | ERC-20 | 42.4M | -- | -- | |
$DOSA | ERC-20 | 798.115092K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025676 | a month ago | | | 0 | 0.00011383717 | |
| 21013003 | a month ago | | | 0 | 0.00023426889 | |
| 20960588 | 2 months ago | | | 0 | 0.00022550830 | |
| 19984965 | 6 months ago | | | 0 | 0.00029391210 | |
| 19910089 | 6 months ago | | | 0 | 0.000082352844 | |
| 19817602 | 7 months ago | | | 0 | 0.00015926606 | |
| 19817591 | 7 months ago | | | 0 | 0.00016812702 | |
| 19817582 | 7 months ago | | | 0 | 0.00017762259 | |
| 19683441 | 7 months ago | | | 0 | 0.00040842951 | |
| 19683436 | 7 months ago | | | 0 | 0.00041650259 |
ABI
ABI objects
Getter at block 21299556
buyFees() view returns (uint256 lp, uint256 marketing, uint256 dosaBomb)
(lp=0, marketing=4, dosaBomb=3)
decimals() view returns (uint8)
18
dosaBombWallet() view returns (address)
0x755ac227e2ef409c0559b97d3f006bfd3d8e8782
enableTransfers() view returns (bool)
true
lpRecipient() view returns (address)
0xdbd8642fc457da6275d854571358dae55ce96d3f
marketingWallet() view returns (address)
0x83a0323c9d911c8d94de375283e7180747f75523
maxWalletAmount() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Dosa
owner() view returns (address)
0xdbd8642fc457da6275d854571358dae55ce96d3f
pair() view returns (address)
0x9572069ab3e6392fd6746b2c1ecb55da8538dcc3
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFees() view returns (uint256 lp, uint256 marketing, uint256 dosaBomb)
(lp=0, marketing=4, dosaBomb=3)
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
$DOSA
totalBuyFee() view returns (uint256)
7
totalSellFee() view returns (uint256)
7
totalSupply() view returns (uint256)
1000000000000000000000000000
transferFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exemptFromFee(address user, bool state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH()
setBuyFees(uint256 _lp, uint256 _marketing, uint256 _dosaBomb)
setEnableTransfers()
setMaxWalletAmount(uint256 amount)
setPair(address newPair)
setRouter(address newRouter)
setSellFees(uint256 _lp, uint256 _marketing, uint256 _dosaBomb)
setSwapEnabled(bool state)
setSwapThreshold(uint256 amount)
setTaxRecipients(address _lpRecipient, address _marketingWallet, address _dosaBombWallet)
setTransferFee(uint256 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExemptFromFeeUpdated(address user, bool state)
FeesUpdated()
MaxWalletAmountUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairUpdated(address newPair)
RouterUpdated(address newRouter)
SwapEnabled(bool state)
SwapThresholdUpdated(uint256 amount)
TaxRecipientsUpdated(address newLpRecipient, address newMarketingWallet, address newDosaBombWallet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _routerAddress, string _name_, string _symbol_)
receive()
This contract contains no error objects.