Darico Ecosystem Coin
Verified contract
Active on
Ethereum with 16,319 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
DEC | ERC-20 | 10.257099K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
MUXE | ERC-20 | 825 | -- | -- | |
TDECS | ERC-20 | 705 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453101 | 3 months ago | | | 0 | 0.00034677000 | |
| 20453074 | 3 months ago | | | 0 | 0.000051765000 | |
| 20451971 | 3 months ago | | | 0 | 0.000046086000 | |
| 20408920 | 3 months ago | | | 0 | 0.000034677000 | |
| 20408323 | 3 months ago | | | 0 | 0.000046086000 | |
| 19715774 | 7 months ago | | | 0 | 0.00016571421 | |
| 19637438 | 7 months ago | | | 0 | 0.00029773526 | |
| 16274933 | 2 years ago | | | 0 | 0.00066993234 | |
| 16010931 | 2 years ago | | | 0 | 0.00072576299 | |
| 15957430 | 2 years ago | | | 0 | 0.00068393776 |
ABI
ABI objects
Getter at block 21163878
decimals() view returns (uint256)
18
isActive() view returns (bool)
true
name() view returns (string)
Darico Ecosystem Coin
operator() view returns (address)
0x7401782ff3ed719ffe06e4960761f80452912d14
owner() view returns (address)
0xe619bd7a7e8fb0856a0e52416e9cdb4f05e5deba
symbol() view returns (string)
DEC
totalSupply() view returns (uint256)
99006341501907860840000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
permissions(address) view returns (bool)
State-modifying
Events activate()
allow(address _operator)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deny(address _operator)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOperatorRole(address newOperator)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OperatorRoleTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _saleWallet, address _reserveWallet, address _teamWallet, address _otherWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.