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 |
---|---|---|---|---|---|
DTUIL | ERC-20 | 54.643839M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15898494 | 2 years ago | | | 0 | 0.0014119894 | |
| 15898490 | 2 years ago | | | 0 | 0.00098856549 | |
| 15898490 | 2 years ago | | | 0 | 0.0013426855 | |
| 15898490 | 2 years ago | | | 0 | 0.0013426855 | |
| 15898484 | 2 years ago | | | 0 | 0.0032342685 | |
| 15898482 | 2 years ago | | | 0 | 0.0010208022 | |
| 15898482 | 2 years ago | | | 0 | 0.0028150102 | |
| 15898482 | 2 years ago | | | 0 | 0.0028150102 | |
| 15898482 | 2 years ago | | | 0 | 0.0028150102 | |
| 15898475 | 2 years ago | | | 0 | 0.00059488292 |
ABI
ABI objects
Getter at block 21424183
buyDevFees() view returns (uint256)
3
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xe3bd92cd48addf212b8d74ab3d20bc96639a66a4
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Defi Utilities
owner() view returns (address)
0xe3bd92cd48addf212b8d74ab3d20bc96639a66a4
sellDevFees() view returns (uint256)
5
symbol() view returns (string)
DTUIL
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee)
updateSellFees(uint256 _devFee)
withdrawStuckEther() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.