DEXT Inu
Verified contract
Proxy
Active on
Ethereum with 1,180 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "DEXT Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214101 | 19 hours ago | | | 0 | 0.00058937474 | |
| 21207467 | 2 days ago | | | 0 | 0.00066326254 | |
| 21207466 | 2 days ago | | | 0 | 0.00065053985 | |
| 21206598 | 2 days ago | | | 0 | 0.00046500025 | |
| 21206592 | 2 days ago | | | 0 | 0.00048126520 | |
| 21206400 | 2 days ago | | | 0 | 0.00059744582 | |
| 21206353 | 2 days ago | | | 0 | 0.00032829650 | |
| 21177561 | 6 days ago | | | 0 | 0.00051386450 | |
| 21122126 | 14 days ago | | | 0 | 0.00049831137 | |
| 20639100 | 3 months ago | | | 0 | 0.000057333584 |
ABI
ABI objects
Getter at block 21219829
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
DEXT Inu
owner() view returns (address)
0x88c9239f2b5065e0fc5478f857185dfc2106cad1
symbol() view returns (string)
DINU
totalSupply() view returns (uint256)
21000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_, string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
renounceOwnership()
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.