GoldGate
Verified contract
Active on
Ethereum with 10,637 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 |
---|---|---|---|---|---|
BGG | ERC-20 | 43.409K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
KCN | ERC-20 | 870 | -- | -- | |
IOST | ERC-20 | 68 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
PGC2 | ERC-20 | 1 | -- | -- | |
ION | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453299 | 3 months ago | | | 0 | 0.000058958000 | |
| 16298442 | 2 years ago | | | 0 | 0.00081818289 | |
| 15327612 | 2 years ago | | | 0 | 0.0011917400 | |
| 15292691 | 2 years ago | | | 0 | 0.00022983286 | |
| 15292667 | 2 years ago | | | 0 | 0.00029284926 | |
| 12359416 | 4 years ago | | | 0 | 0.0012644825 | |
| 12315486 | 4 years ago | | | 0 | 0.0031850280 | |
| 12315483 | 4 years ago | | | 0 | 0.0022867572 | |
| 9927284 | 5 years ago | | | 0 | 0.00060040200 | |
| 9927277 | 5 years ago | | | 0 | 0.00028301131 |
ABI
ABI objects
Getter at block 21158663
decimals() pure returns (uint256)
8
hasModerator() pure returns (bool)
true
moderator() pure returns (address)
0x9d74b791e646a749e4388b708d45f7ef5513c0d7
name() pure returns (string)
GoldGate
newModerator() pure returns (address)
0x0000000000000000000000000000000000000000
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0x9d74b791e646a749e4388b708d45f7ef5513c0d7
paused() pure returns (bool)
false
symbol() pure returns (string)
BGG
totalSupply() pure returns (uint256)
2600000000000000
version() pure returns (string)
1.0.0
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
isFrozen(address _addr) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveModeratorship()
approveOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freeze(address _addr)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
moderatorTransferFrom(address _from, address _to, uint256 _value) returns (bool)
pause()
removeModeratorship()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferModeratorship(address otherModerator)
transferOwnership(address otherOwner)
unfreeze(address _addr)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.