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 |
---|---|---|---|---|---|
wGOVM | ERC-20 | 2.6235K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19270009 | 9 months ago | | | 0 | 0.0010685031 | |
| 13938737 | 3 years ago | | | 0 | 0.0041331042 | |
| 13938441 | 3 years ago | | | 0 | 0.0042534489 | |
| 13924892 | 3 years ago | | | 0 | 0.0015038156 | |
| 13912448 | 3 years ago | | | 0 | 0.0051845577 | |
| 12658706 | 3 years ago | | | 0 | 0.0010217550 | |
| 12166713 | 4 years ago | | | 0 | 0.0050772030 | |
| 12046154 | 4 years ago | | | 0 | 0.0079184160 | |
| 11637617 | 4 years ago | | | 0 | 0.0014119050 | |
| 11637617 | 4 years ago | | | 0 | 0.00075576160 |
ABI
ABI objects
Getter at block 21209378
decimals() view returns (uint8)
9
lastTrans() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
Wrapped GOVM
owner() view returns (address)
0xeb12a835c2fd57a912a76590c527fbb8e5e28f91
paused() view returns (bool)
false
symbol() view returns (string)
wGOVM
totalSupply() view returns (uint256)
1706807099480000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value, bytes addr)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount, bytes32 _trans) returns (bool)
pause()
relayMint(address _to, uint256 _amount, bytes32 _trans, bytes approvalData) returns (bool)
renounceOwnership()
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)
Burn(address indexed burner, uint256 value, bytes addr)
Mint(address indexed to, uint256 amount, bytes32 trans)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.