Vote-escrow GoMining Token
Verified contract
Proxy
Active on
Ethereum with 1,999 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional
variables
Balances ($47,336,080.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMT | ERC-20 | 119.413429M | $0.396405 |
$47,336,080.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222767 | 6 hours ago | | | 0 | 0.0045368662 | |
| 21221715 | 10 hours ago | | | 0 | 0.0031589110 | |
| 21217944 | a day ago | | | 0 | 0.0027438785 | |
| 21217146 | a day ago | | | 0 | 0.0086860020 | |
| 21215543 | a day ago | | | 0 | 0.0040417321 | |
| 21215252 | a day ago | | | 0 | 0.0034513942 | |
| 21215235 | a day ago | | | 0 | 0.0033926340 | |
| 21213223 | 2 days ago | | | 0 | 0.0019498691 | |
| 21208522 | 2 days ago | | | 0 | 0.0028971892 | |
| 21206857 | 2 days ago | | | 0 | 0.0023388726 |
ABI
ABI objects
Getter at block 21224645 futureTotalSupply() view returns (uint256, int128[]) proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_TIME() view returns (uint256)
126144000
MULTIPLIER() view returns (uint256)
1000000000000000000
MintReward() view returns (address)
0x69b3d98e2bda71fd8b2053cad3977abbe550c476
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
Token() view returns (address)
0x7ddc52c4de30e94be3a6a0a2b259b2850f421989
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
WEEK() view returns (uint256)
604800
decimals() view returns (uint8)
18
epoch() view returns (uint256)
2008
name() view returns (string)
Vote-escrow GoMining Token
paused() view returns (bool)
false
supply() view returns (uint256)
119413027707004686452169272
symbol() view returns (string)
veGoMining
totalSupply() view returns (uint256)
76049277702506068572007810
version() view returns (string)
1
Read-only
balanceOf(address addr) view returns (uint256)
balanceOf(address addr, uint256 _t) view returns (uint256)
balanceOfAt(address addr, uint256 _block) view returns (uint256)
getLastUserSlope(address addr) view returns (int128)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
locked(address) view returns (int128 amount, uint256 end)
lockedEnd(address addr) view returns (uint256)
pointHistory(uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
slopeChanges(uint256) view returns (int128)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 t) view returns (uint256)
totalSupplyAt(uint256 _block) view returns (uint256)
userPointEpoch(address) view returns (uint256)
userPointHistory(address, uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
userPointHistoryAt(address addr, uint256 idx) view returns (uint256)
State-modifying
Events checkpoint()
createLock(uint256 value, uint256 _unlockTime)
depositFor(address addr, uint256 value)
grantRole(bytes32 role, address account)
increaseAmount(uint256 value)
increaseUnlockTime(uint256 _unlockTime)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
updateForV5(address _mintReward)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed provider, uint256 value, uint256 indexed lockTime, uint8 depositType, uint256 ts)
Initialized(uint8 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Supply(uint256 prevSupply, uint256 supply)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address indexed provider, uint256 value, uint256 ts)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.