JrtToJarvisConverter
Verified contract
Active on
Ethereum with 285 txns
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 |
---|---|---|---|---|---|
JRT | ERC-20 | 214.087445M | $0.00546 |
$1,168,930.29 | |
JARVIS | ERC-20 | 906.824469K | $0.073418 |
$66,577.24 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21397200 | an hour ago | | | 0 | 0.0013874180 | |
| 21392852 | 16 hours ago | | | 0 | 0.0013377671 | |
| 21364423 | 5 days ago | | | 0 | 0.0012193456 | |
| 21360753 | 5 days ago | | | 0 | 0.0010232717 | |
| 21350336 | 7 days ago | | | 0 | 0.0012271289 | |
| 21283376 | 16 days ago | | | 0 | 0.0011661420 | |
| 21279812 | 16 days ago | | | 0 | 0.0018760372 | |
| 21278184 | 17 days ago | | | 0 | 0.00085985183 | |
| 21248385 | 21 days ago | | | 0 | 0.0010929976 | |
| 21186167 | a month ago | | | 0 | 0.0032836685 |
ABI
ABI objects
Getter at block 21397584
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
JARVIS() view returns (address)
0xbd8fdda057de7e0162b7a386bec253844b5e07a5
JRT() view returns (address)
0x8a9c67fee641579deba04928c4bc45f66e26343a
JRT_JARVIS_RATIO() view returns (uint256)
13452380952400000000
MAINTAINER_ROLE() view returns (bytes32)
0x126303c860ea810f85e857ad8768056e2eebc24b7796655ff3107e4af18e3f1e
activationBlock() view returns (uint256)
17497000
getTotalMigration() view returns (uint256 jrtMigrated, uint256 jarvisDistributed)
(jrtMigrated=214087444957717601233899645, jarvisDistributed=15914464934887447221019090)
totalJRTMigrated() view returns (uint256)
214087444957717601233899645
totalJarvisDistributed() view returns (uint256)
15914464934887447221019090
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
migrateFromJRT(uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setActivationBlock(uint256 blockNumber)
withdrawJARVIS(uint256 amount)
JrtMigrated(address indexed sender, uint256 jrtAmount, uint256 jarvisAmount)
MigrationStartBlock(uint256 indexed blockNumber)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdrawn(uint256 indexed amount, address indexed recipient)
constructor(address jrt, address jarvis, uint256 ratio, struct StandardAccessControlEnumerableRoles _roles)
This contract contains no fallback and receive objects.
This contract contains no error objects.