DAI Protocol
Verified contract
Active on
Ethereum with 141 txns
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 |
---|---|---|---|---|---|
DIP | ERC-20 | 20B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18831444 | a year ago | | | 0 | 0.0019704511 | |
| 18617037 | a year ago | | | 0 | 0.0016219810 | |
| 18617006 | a year ago | | | 0 | 0.0016753172 | |
| 18616988 | a year ago | | | 0 | 0.0019158922 | |
| 18616429 | a year ago | | | 0 | 0.0011704791 | |
| 18616419 | a year ago | | | 0 | 0.0012960869 | |
| 18616328 | a year ago | | | 0 | 0.0013608561 | |
| 18616303 | a year ago | | | 0 | 0.0012270458 | |
| 18616277 | a year ago | | | 0 | 0.0014078144 | |
| 18616247 | a year ago | | | 0 | 0.0012879342 |
ABI
ABI objects
Getter at block 21338456
FeeOnBuying() view returns (uint256)
2
FeeOnSelling() view returns (uint256)
2
decimals() view returns (uint8)
18
feeStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1700508299
maxTxnLimit() view returns (uint256)
1000000000000000000000000000
maxWalletLimit() view returns (uint256)
1000000000000000000000000000
minTokenToSwap() view returns (uint256)
7000000000000000000000
name() view returns (string)
DAI Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentDivider() view returns (uint256)
100
routerPair() view returns (address)
0x9445546e0d0bdec6df10a31bf170669c6eb276f7
swapAndLiquifyStatus() view returns (bool)
true
symbol() view returns (string)
DIP
teamWallet() view returns (address)
0x8c9234b27a400a58914b8f68c17a3c95a207660d
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_excludedFromFee(address) view returns (bool)
_excludedFromMax(address) view returns (bool)
_excludedFromMaxTxn(address) view returns (bool)
_excludedFromMaxWallet(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events addLiquidityETH()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
removeStuckETH(address _receiver)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxFees(uint256 _buyFees, uint256 _sellFees)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.