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 |
---|---|---|---|---|---|
GSGC | ERC-20 | 5K | -- | -- | |
CONS041 | ERC-20 | 1.529K | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19057362 | 10 months ago | | | 0 | 0.00037875914 | |
| 17641319 | a year ago | | | 0 | 0.00049780296 | |
| 17314860 | 2 years ago | | | 0 | 0.00093669698 | |
| 17038276 | 2 years ago | | | 0 | 0.00064880813 | |
| 17013733 | 2 years ago | | | 0 | 0.00048296430 | |
| 16597093 | 2 years ago | | | 0 | 0.0011970227 | |
| 16394364 | 2 years ago | | | 0 | 0.00090932198 | |
| 16350635 | 2 years ago | | | 0 | 0.00075500794 | |
| 16230961 | 2 years ago | | | 0 | 0.00032466008 | |
| 15881616 | 2 years ago | | | 0 | 0.00028101644 |
ABI
ABI objects
Getter at block 21319144
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Corn
owner() view returns (address)
0x912d92502de8ec2b4057f7f3b39bb67b0418192b
symbol() view returns (string)
CONS041
totalSupply() view returns (uint256)
59416000000000000000000
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.