Golden Ratio Coin
Verified contract
Active on
Ethereum with 2,634 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 "Golden Ratio Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17647000 | a year ago | | | 0 | 0.00058181771 | |
| 17646997 | a year ago | | | 0 | 0.00059384000 | |
| 17646992 | a year ago | | | 0 | 0.00059269773 | |
| 17646992 | a year ago | | | 0 | 0.00059384000 | |
| 17646992 | a year ago | | | 0 | 0.00059384000 | |
| 17638939 | a year ago | | | 0 | 0.00059360000 | |
| 17638939 | a year ago | | | 0 | 0.00059384000 | |
| 17638925 | a year ago | | | 0 | 0.00059384000 | |
| 17621373 | a year ago | | | 0 | 0.00059384000 | |
| 17621373 | a year ago | | | 0 | 0.00059384000 |
ABI
ABI objects
Getter at block 21206746
_totalSupply() view returns (uint256)
161803400000000
decimals() view returns (uint8)
8
name() view returns (string)
Golden Ratio Coin
symbol() view returns (string)
GOLDR
totalSupply() view returns (uint256)
161803400000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
collateralBalance(address) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
fromContract(address receiver, uint256 _amount) returns (bool)
lockTokens(uint256 _amount) returns (bool)
mint(address _receiver, uint256 _amount) returns (bool)
setCollateralLimit(uint256 _amount) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
unlockTokens(uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, 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.