Meter Governance mapped by Meter.io
Verified contract
Proxy
Active on
Ethereum with 10,087 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($61,806.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eMTRG | ERC-20 | 87.914077K | $0.49661 |
$43,659.01 | |
DAI | ERC-20 | 15K | $1.001 |
$15,015 | |
USDT | ERC-20 | 3.129399K | $1.001 |
$3,132.53 | |
StableDAI.com | ERC-20 | 591 | -- | -- | |
eMTR | ERC-20 | 35 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155168 | a day ago | | | 0 | 0.00085239188 | |
| 21154768 | a day ago | | | 0 | 0.00028999595 | |
| 21153387 | a day ago | | | 0 | 0.00066915053 | |
| 21153177 | a day ago | | | 0 | 0.00064818771 | |
| 21151963 | 2 days ago | | | 0 | 0.00046029106 | |
| 21151960 | 2 days ago | | | 0 | 0.00048532361 | |
| 21149272 | 2 days ago | | | 0 | 0.00057012855 | |
| 21148284 | 2 days ago | | | 0 | 0.00042848745 | |
| 21148282 | 2 days ago | | | 0 | 0.00056290595 | |
| 21148282 | 2 days ago | | | 0 | 0.00067094548 |
ABI
ABI objects
Getter at block 21163499
admin() view returns (address)
0x33ae5783d3e4e3b88bd22293edf9d715cb80bb89
implementation() view returns (address)
0xc58226a68a97765fd31dd462fc8789648e0ccea1
decimals() view returns (uint8)
18
name() view returns (string)
Meter Governance mapped by Meter.io
owner() view returns (address)
0x33ae5783d3e4e3b88bd22293edf9d715cb80bb89
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
rescuer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
eMTRG
totalSupply() view returns (uint256)
3000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeToken(address _to, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 initAmount, address newOwner)
mint(uint256 amount)
mintTo(address account, uint256 amount)
multiDistributeToken(address[] _addresses, uint256[] _amounts) returns (bool)
pause()
rescueERC20(address tokenContract, address to, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updatePauser(address _newPauser)
updateRescuer(address newRescuer)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
RescuerChanged(address indexed newRescuer)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address implementationContract)
fallback()
This contract contains no error objects.