Metronome Synth Token
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x11ea…048a
Balances ($0.00)
No balances found for "Metronome Synth Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16784999 | 2 years ago | | | 0 | 0.0075673968 |
ABI
ABI objects
Getter at block 21225128
VERSION() view returns (string)
1.0.0
decimals() view returns (uint8)
18
isActive() view returns (bool)
true
maxTotalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Metronome Synth Token
poolRegistry() view returns (address)
0x11ead85c679eaf528c9c1fe094bf538db880048a
symbol() view returns (string)
msToken
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender_, uint256 amount_) returns (bool)
burn(address from_, uint256 amount_)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
increaseAllowance(address spender_, uint256 addedValue_) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, address poolRegistry_)
mint(address to_, uint256 amount_)
seize(address from_, address to_, uint256 amount_)
toggleIsActive()
transfer(address recipient_, uint256 amount_) returns (bool)
transferFrom(address sender_, address recipient_, uint256 amount_) returns (bool)
updateMaxTotalSupply(uint256 newMaxTotalSupply_)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupply, uint256 newMaxTotalSupply)
SyntheticTokenActiveUpdated(bool newActive)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AmountExceedsAllowance()
ApproveFromTheZeroAddress()
ApproveToTheZeroAddress()
BurnAmountExceedsBalance()
BurnFromTheZeroAddress()
DecimalsIsNull()
DecreasedAllowanceBelowZero()
MintToTheZeroAddress()
NameIsNull()
NewValueIsSameAsCurrent()
PoolRegistryIsNull()
SenderCanNotBurn()
SenderCanNotMint()
SenderCanNotSeize()
SenderIsNotGovernor()
SurpassMaxSynthSupply()
SymbolIsNull()
SyntheticIsInactive()
TransferAmountExceedsBalance()
TransferFromTheZeroAddress()
TransferToTheZeroAddress()