DrinkChain
Verified contract
Active on
Ethereum with 113,593 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003873 |
$0.01 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
JL | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452883 | 3 months ago | | | 0 | 0.000056752000 | |
| 20452698 | 3 months ago | | | 0 | 0.000039664000 | |
| 15300875 | 2 years ago | | | 0 | 0.00049924832 | |
| 15290750 | 2 years ago | | | 0 | 0.00010019950 | |
| 13707793 | 3 years ago | | | 0 | 0.0060927371 | |
| 13127521 | 3 years ago | | | 0 | 0.0027376441 | |
| 13127507 | 3 years ago | | | 0 | 0.0029830680 | |
| 13124597 | 3 years ago | | | 0 | 0.0042600001 | |
| 13113617 | 3 years ago | | | 0 | 0.0029529761 | |
| 13062621 | 3 years ago | | | 0 | 0.0019050241 |
ABI
ABI objects
Getter at block 21160868
decimals() view returns (uint8)
18
name() view returns (string)
DrinkChain
owner() view returns (address)
0x65f51b384fbe92cb1ac7d9304a51323a8346c339
paused() view returns (bool)
false
symbol() view returns (string)
Drink
totalSupply() view returns (uint256)
999999999000000000000000000
version() view returns (string)
2.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchFreeze(address[] addresses, bool freeze)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
freezeAccount(address target, bool freeze)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.