Genesis Supply Chain Platform
Verified contract
Active on
Ethereum with 70 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 |
---|---|---|---|---|---|
GSCP | ERC-20 | 699.999999M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8318844 | 5 years ago | | | 0 | 0.00017285850 | |
| 8148887 | 5 years ago | | | 0 | 0.00069028200 | |
| 8148871 | 5 years ago | | | 0 | 0.00095913000 | |
| 8085971 | 5 years ago | | | 0 | 0.00031971000 | |
| 7981486 | 5 years ago | | | 0 | 0.00061424950 | |
| 7971372 | 5 years ago | | | 0 | 0.0021899330 | |
| 7920818 | 5 years ago | | | 0 | 0.0015749330 | |
| 7919821 | 5 years ago | | | 0 | 0.0015749330 | |
| 7911712 | 5 years ago | | | 0 | 0.00069143400 | |
| 7911652 | 5 years ago | | | 0 | 0.00069143400 |
ABI
ABI objects
Getter at block 21216262
TOKEN_DECIMALS() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Genesis Supply Chain Platform
owner() view returns (address)
0x363787d8dad917000660472db7b5dfe92a8da4f8
symbol() view returns (string)
GSCP
totalSupply() view returns (uint256 _totalSupply)
999999999000000000000000000
totalTokenSupply() view returns (uint256)
999999999000000000000000000
totalTokens() view returns (uint256)
999999999
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events adviserClaim(address _recipient)
approve(address _spender, uint256 _tokens) returns (bool)
burn(uint256 _value) returns (bool)
claim(address _recipient)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setAdviserClaimLimit(address _addr)
setClaimLimit(address _address, uint256 _days, uint256 _percent)
setTeamClaimLimit(address _addr)
teamClaim(address _recipient)
transfer(address _address, uint256 _tokens) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferTo(address _address, uint256 _tokens) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _burner, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.