Golden Griffin Stone
Verified contract
Active on
Ethereum with 2,271 txns
Balances ($0.00)
No balances found for "Golden Griffin Stone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13544073 | 3 years ago | | | 0 | 0.012808208 | |
| 12740664 | 3 years ago | | | 0 | 0.00062144000 | |
| 12733752 | 3 years ago | | | 0 | 0.00050460800 | |
| 12733704 | 3 years ago | | | 0 | 0.00069960800 | |
| 12387722 | 4 years ago | | | 0 | 0.0028353200 | |
| 12237224 | 4 years ago | | | 0 | 0.0057217600 | |
| 12237126 | 4 years ago | | | 0 | 0.0073359480 | |
| 12235373 | 4 years ago | | | 0 | 0.0055657120 | |
| 12031569 | 4 years ago | | | 0 | 0.0045529680 | |
| 12029411 | 4 years ago | | | 0 | 0.0078024000 |
ABI
ABI objects
Getter at block 21158182
decimals() view returns (uint8)
18
name() view returns (string)
Golden Griffin Stone
owner() view returns (address)
0x114adc53945dbad3886279d1b87b6f207ca62c4d
paused() view returns (bool)
false
symbol() view returns (string)
GGS
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.