Global 3D Currency
Verified contract
Active on
Ethereum with 926 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Global 3D Currency"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21010703 | 22 days ago | | | 0 | 0.00036595803 | |
| 20895503 | a month ago | | | 0 | 0.00020773111 | |
| 15889590 | 2 years ago | | | 0 | 0.00060039967 | |
| 15889470 | 2 years ago | | | 0 | 0.00047022171 | |
| 15889462 | 2 years ago | | | 0 | 0.00048235103 | |
| 15889443 | 2 years ago | | | 0 | 0.00050161922 | |
| 15889421 | 2 years ago | | | 0 | 0.00054483256 | |
| 15889419 | 2 years ago | | | 0 | 0.00051066656 | |
| 15889367 | 2 years ago | | | 0 | 0.00048821486 | |
| 15264341 | 2 years ago | | | 0 | 0.0017448980 |
ABI
ABI objects
Getter at block 21168288
decimals() view returns (uint8)
6
estimateReward() view returns (uint256)
0
getConsumableFullAmount() view returns (uint256)
1805000000000000
getConsumableUsedAmount() view returns (uint256)
1805000000000000
getFilterLength() view returns (uint256)
0
getOracleAddress() view returns (address)
0x67507a390e778678fa74e05dd700b69125a171ef
isOwner() view returns (bool)
false
lastCheckpoint() view returns (uint256)
1602115200
name() view returns (string)
Global 3D Currency
nextCheckpoint() view returns (uint256)
1602201600
nowFilter() view returns (string, string, string, uint256)
(, , , 0)
owner() view returns (address)
0xf398ebdb11d7b39cbededb64506a971678647081
paused() view returns (bool)
false
symbol() view returns (string)
GCC3D
testOracleConnection() view returns (bool)
true
totalSupply() view returns (uint256)
2220000000000000
Read-only
activeStakeOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
fewConsumedProofs(address addr, uint256 cursor, uint256 limit) view returns (address[], bytes32[], uint64[])
getConsumedProofs(address addr) view returns (address[], bytes32[], uint64[])
getFilter(uint256 index) view returns (string, string, string, uint256)
getProof(address addr, bytes32 txid) view returns (address, bytes32, uint64)
getProofs(address addr) view returns (address[], bytes32[], uint64[])
getProofs(address addr, uint256 cursor, uint256 limit) view returns (address[], bytes32[], uint64[])
getReward(uint256 timestamp) view returns (uint256)
isPauser(address account) view returns (bool)
stakeOf(address account) view returns (uint256)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
consumeLimitedProofs(address addr, uint256 limit) returns (bool)
consumeProofs(address addr) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address sender)
initialize(address sender, string name, string symbol, uint8 decimals, uint256 minTotalSupply, uint256 maxTotalSupply, uint256 provableSupply)
initialize(address sender, uint256 maxAmount)
initialize(address sender, uint256 minTotalSupply, uint256 maxTotalSupply, uint8 stakePrecision)
initialize(string name, string symbol, uint8 decimals)
open(uint256 stakeMinAmount, uint64 stakeMinAge, uint64 stakeMaxAge, uint64 stakeStart, uint64 stakeInterval) returns (bool)
pause()
renounceOwnership()
renouncePauser()
restake() returns (bool)
rewardStaker(address account) returns (bool)
setOracleAddress(address _oracleAddress) returns (bool)
setReward(uint256 timestamp, uint256 amount) returns (bool)
stake(uint256 amount) returns (bool)
stakeAll() returns (bool)
tick(uint256 repeats) returns (bool)
tickNext() returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
unstake(uint256 amount) returns (bool)
unstakeAll() returns (bool)
withdrawReward() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Checkpoint(uint256 timestamp, uint256 minted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Stake(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 minTotalSupply, uint256 maxTotalSupply, uint256 provableSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.