Metronome
Verified contract
Active on
Ethereum with 39,440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e69…4020
Balances ($245.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MET | ERC-20 | 455.267558 | $0.538957 |
$245.37 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DOR | ERC-20 | 4.9K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
yRise | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21066987 | 25 days ago | | | 0 | 0.00096389867 | |
| 21052939 | a month ago | | | 0 | 0.00019018513 | |
| 21052929 | a month ago | | | 0 | 0.00033080188 | |
| 20977078 | a month ago | | | 0 | 0.00030300684 | |
| 20787034 | 2 months ago | | | 0 | 0.00053948599 | |
| 20787031 | 2 months ago | | | 0 | 0.00096172621 | |
| 20638332 | 3 months ago | | | 0 | 0.00011273225 | |
| 20572887 | 3 months ago | | | 0 | 0.000026466280 | |
| 20507734 | 3 months ago | | | 0 | 0.00010558800 | |
| 20507732 | 3 months ago | | | 0 | 0.000097588000 |
ABI
ABI objects
Getter at block 21248214
autonomousConverter() view returns (address)
0x686e5ac50d9236a9b7406791256e47feddb26aba
decimals() view returns (uint8)
18
minter() view returns (address)
0x9d9bcdd249e439aaab545f59a33812e39a8e3072
name() view returns (string)
Metronome
newOwner() view returns (address)
0x98579428140acad902f30ea2731a49396cb0284f
owner() view returns (address)
0x98579428140acad902f30ea2731a49396cb0284f
symbol() view returns (string)
MET
tokenPorter() view returns (address)
0x8e697a12ce228823e9ec58de186c94e2606a4020
totalSupply() view returns (uint256)
16747734149407181916747806
transferAllowed() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getRoot(address addr) view returns (bytes32)
getSubscription(address _owner, address _recipient) view returns (uint256 startTime, uint256 payPerWeek, uint256 lastWithdrawTime)
roots(address) view returns (bytes32)
rootsMatch(address a, address b) view returns (bool)
subs(address, address) view returns (uint256 startTime, uint256 payPerWeek, uint256 lastWithdrawTime)
State-modifying
Events acceptOwnership() returns (bool)
approve(address _spender, uint256 _value) returns (bool)
approveLess(address _spender, uint256 _value) returns (bool)
approveMore(address _spender, uint256 _value) returns (bool)
cancelSubscription(address _recipient) returns (bool)
changeOwnership(address _newOwner) returns (bool)
destroy(address _from, uint256 _value) returns (bool)
enableMETTransfers() returns (bool)
export(bytes8 _destChain, address _destMetronomeAddr, address _destRecipAddr, uint256 _amount, uint256 _fee, bytes _extraData) returns (bool)
importMET(bytes8 _originChain, bytes8 _destinationChain, address[] _addresses, bytes _extraData, bytes32[] _burnHashes, uint256[] _supplyOnAllChains, uint256[] _importData, bytes _proof) returns (bool)
initMETToken(address _autonomousConverter, address _minter, uint256 _initialSupply, uint256 _decmult)
initMintable(address _autonomousConverter, address _minter, uint256 _initialSupply, uint256 _decmult)
initToken(address _autonomousConverter, address _minter, uint256 _initialSupply, uint256 _decmult)
mint(address _to, uint256 _value) returns (bool)
multiSubWithdraw(address[] _owners) returns (uint256)
multiSubWithdrawFor(address[] _owners, address[] _recipients) returns (uint256)
multiTransfer(uint256[] bits) returns (bool)
setRoot(bytes32 data)
setTokenPorter(address _tokenPorter) returns (bool)
subWithdraw(address _owner) returns (bool)
subscribe(uint256 _startTime, uint256 _payPerWeek, address _recipient) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destroy(address indexed _from, uint256 _value)
LogCancelSubscription(address indexed subscriber, address indexed subscribesTo)
LogSubscription(address indexed subscriber, address indexed subscribesTo)
Mint(address indexed _to, uint256 _value)
OwnershipChanged(address indexed prevOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.