Wrapped Metrix
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Wrapped Metrix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225996 | 5 days ago | | | 0 | 0.0013824685 | |
| 19979936 | 6 months ago | | | 0 | 0.00029752746 | |
| 19169270 | 10 months ago | | | 0 | 0.0021956341 | |
| 18409491 | a year ago | | | 0 | 0.0012445227 | |
| 18244242 | a year ago | | | 0 | 0.00054406326 | |
| 18243291 | a year ago | | | 0 | 0.0015527544 | |
| 16645407 | 2 years ago | | | 0 | 0.0012546971 | |
| 16494773 | 2 years ago | | | 0 | 0.00078513407 | |
| 16137026 | 2 years ago | | | 0 | 0.00079529433 | |
| 16131806 | 2 years ago | | | 0 | 0.00090005715 |
ABI
ABI objects
Getter at block 21259190
balance() view returns (uint256)
0
cap() view returns (uint256)
3000000000000000000
decimals() pure returns (uint8)
8
getCurrentSnapshotId() view returns (uint256)
1
getOwner() view returns (address)
0xb4e1f74a7e20330c7b5829507a1bc37c63e54fd8
getSnapshotIntervalHours() view returns (uint256)
280320
getVendorRegistry() view returns (address)
0xd8455a4e39e7c68155f6fdd3159e5c34366cc67c
name() view returns (string)
Wrapped Metrix
nextWrappedAsset() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
prevVendorRegistry() view returns (address)
0x0000000000000000000000000000000000000000
prevWrappedAsset() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MRXe
totalSupply() view returns (uint256)
6921432055049802
unusedSupply() view returns (uint256)
2993078567944950198
Read-only
addressIsAManager(address addr) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapId) view returns (uint256)
mintRedeemed(bytes32 nonce) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
changeOwner(address newOwner)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrateFromPreviousVersion()
migrationBurn(address account, uint256 maxAmount) returns (uint256)
mint(uint256 amount)
pause()
setManager(address manager, bool allowed)
setNextVersion(address wrappedAsset)
setPrevVersion(address vendorRegistry, address wrappedAsset)
setSnapshotIntervalHours(uint256 snapshotIntervalHours)
setVendorRegistry(address vendorRegistryAddress)
takeSnapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
unpause()
vendorMint(uint256 amount, bytes32 nonce, bytes signature)
Approval(address indexed owner, address indexed spender, uint256 value)
ManagersChanged(address indexed manager, bool allowed)
OwnerSet(address indexed oldOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
SnapshotInfo(uint256 indexed blockTimestamp, uint256 indexed blockNumber, uint256 indexed snapshotId)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string tokenName, string tokenSymbol, uint256 tokenCap, uint256 tokenSnapshotIntervalHours)
This contract contains no fallback and receive objects.
This contract contains no error objects.