Decentr
Verified contract
Active on
Ethereum with 44,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,154.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEC | ERC-20 | 3.245485M | $0.001078 |
$3,497.69 | |
USDT | ERC-20 | 406.548951 | $1.00 |
$406.55 | |
UNI | ERC-20 | 26.253713 | $9.39 |
$246.52 | |
MFG | ERC-20 | 3.726941K | $0.001121 |
$4.18 | |
OXT | ERC-20 | 0.0037 | $0.071687 |
$0 | |
HUGS | ERC-20 | 100K | -- | -- | |
EDC | ERC-20 | 0.1 | -- | -- | |
QCORE | ERC-20 | 0.03 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155738 | 8 hours ago | | | 0 | 0.00055533557 | |
| 21154710 | 11 hours ago | | | 0 | 0.00049234057 | |
| 21152788 | 18 hours ago | | | 0 | 0.00046355699 | |
| 21145442 | 2 days ago | | | 0 | 0.00040723983 | |
| 21135692 | 3 days ago | | | 0 | 0.0012323129 | |
| 21119455 | 5 days ago | | | 0 | 0.000052769515 | |
| 21113135 | 6 days ago | | | 0 | 0.00012162500 | |
| 21113066 | 6 days ago | | | 0 | 0.00011697193 | |
| 21084100 | 10 days ago | | | 0 | 0.00033193508 | |
| 21084096 | 10 days ago | | | 0 | 0.00024914733 |
ABI
ABI objects
Getter at block 21158039
decimals() view returns (uint8)
18
name() view returns (string)
Decentr
paused() view returns (bool)
false
symbol() view returns (string)
DEC
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
mintToken(address receiver, uint256 amount) returns (bool success)
pause()
setMiter(address _minter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
TokenMinterUpdated(address minter)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address saleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.