Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13462631 | 3 years ago | | | 0 | 0.0047177289 | |
| 12818449 | 3 years ago | | | 0 | 0.00041140000 | |
| 12577234 | 3 years ago | | | 0 | 0.00039170161 | |
| 12528276 | 3 years ago | | | 0 | 0.00071087379 | |
| 12307726 | 4 years ago | | | 0 | 0.0012818160 | |
| 11722688 | 4 years ago | | | 0 | 0.0021612781 | |
| 11721084 | 4 years ago | | | 0 | 0.0021201108 | |
| 11720179 | 4 years ago | | | 0 | 0.0032590700 | |
| 11719797 | 4 years ago | | | 0 | 0.0033276820 | |
| 11716341 | 4 years ago | | | 0 | 0.0025952489 |
ABI
ABI objects
Getter at block 21163563
This contract contains no getter function objects.
Read-only
convertFromWei(bytes32 bSymbol, uint256 weiValue) view returns (uint256 value)
convertToWei(bytes32 bSymbol, uint256 value) view returns (uint256 weiValue)
permissions(address, bytes32) view returns (bool)
rates(bytes32) view returns (uint256 rate, uint256 lastUpdated)
State-modifying
Events grantMultiplePermissions(address agent, bytes32[] requiredPermissions)
grantPermission(address agent, bytes32 requiredPermission)
revokeMultiplePermissions(address agent, bytes32[] requiredPermissions)
revokePermission(address agent, bytes32 requiredPermission)
setMultipleRates(bytes32[] symbols, uint256[] newRates)
setRate(bytes32 symbol, uint256 newRate)
PermissionGranted(address indexed agent, bytes32 grantedPermission)
PermissionRevoked(address indexed agent, bytes32 revokedPermission)
RateChanged(bytes32 symbol, uint256 newRate)
constructor(address permissionGranterContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.