Genesis Protocol
Verified contract
Active on
Ethereum with 343 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 "Genesis Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19611288 | 8 months ago | | | 0 | 0.0011821645 | |
| 19611133 | 8 months ago | | | 0 | 0.0014289855 | |
| 13908188 | 3 years ago | | | 0 | 0.0039186557 | |
| 12015666 | 4 years ago | | | 0 | 0.0052005661 | |
| 11680083 | 4 years ago | | | 0 | 0.0016765320 | |
| 11675907 | 4 years ago | | | 0 | 0.00072405000 | |
| 11623214 | 4 years ago | | | 0 | 0.00079645500 | |
| 10987605 | 4 years ago | | | 0 | 0.00057924000 | |
| 10920818 | 4 years ago | | | 0 | 0.0054361461 | |
| 10873662 | 4 years ago | | | 0 | 0.0072542400 |
ABI
ABI objects
Getter at block 21332069
decimals() view returns (uint8)
18
name() view returns (string)
Genesis Protocol
owner() view returns (address)
0x7140c55a633cad422366d5c4b5660f6f93943087
signature() view returns (string)
provided by Seal-SC / www.sealsc.com
symbol() view returns (string)
GNP
totalSupply() view returns (uint256)
1000000000000000000000000000
transferable() view returns (bool)
true
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 success)
setTransferable(bool _transferable)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _issuer, string _name, string _symbol, uint256 _totalSupplyCap, uint8 _decimals)
fallback()
This contract contains no error objects.