Enchanted Red Ginseng
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Enchanted Red Ginseng"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12187786 | 4 years ago | | | 0 | 0.0032038560 | |
| 6046275 | 6 years ago | | | 0 | 0.000068301000 | |
| 5844233 | 6 years ago | | | 0 | 0.000045989340 | |
| 5498922 | 7 years ago | | | 0 | 0.00022767000 | |
| 5434316 | 7 years ago | | | 0 | 0.000030534000 | |
| 5427502 | 7 years ago | | | 0 | 0.00022767000 | |
| 5422830 | 7 years ago | | | 0 | 0.000045534000 | |
| 5299164 | 7 years ago | | | 0 | 0.000091068000 | |
| 5263376 | 7 years ago | | | 0 | 0.00022767000 | |
| 5228384 | 7 years ago | | | 0 | 0.000091068000 |
ABI
ABI objects
Getter at block 21385420
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Enchanted Red Ginseng
owner() view returns (address)
0xc6e424b15af0ecbe76ec0b3c899a92e468b7e073
symbol() view returns (string)
CONS096
totalSupply() view returns (uint256)
174000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.