TokenMigration
Verified contract
Active on
Ethereum with 2,015 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x02c3…adab
0xa1f4…c5ef
Balances ($981,129.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RJV | ERC-20 | 73.580574M | $0.013334 |
$981,129.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175966 | 2 hours ago | | | 0 | 0.0029510522 | |
| 21165162 | 2 days ago | | | 0 | 0.0021424113 | |
| 21165097 | 2 days ago | | | 0 | 0.0019993990 | |
| 21161787 | 2 days ago | | | 0 | 0.0016667874 | |
| 21161765 | 2 days ago | | | 0 | 0.0018314775 | |
| 21161396 | 2 days ago | | | 0 | 0.0013038483 | |
| 21160207 | 2 days ago | | | 0 | 0.0019358617 | |
| 21159781 | 2 days ago | | | 0 | 0.0019733545 | |
| 21159295 | 2 days ago | | | 0 | 0.0025900770 | |
| 21156858 | 3 days ago | | | 0 | 0.0013927532 |
ABI
ABI objects
Getter at block 21176575
bridgeContractaddress() view returns (address)
0x8d59c725f558a6739285580290b4eab602e2e0e5
bridgeTokenHoldings() view returns (uint256)
131302321436634
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
isBurnAllowed() view returns (bool)
true
newToken() view returns (address)
0xa1f410f13b6007fca76833ee7eb58478d47bc5ef
oldToken() view returns (address)
0x02c3296c6eb50249f290ae596f2be9454bffadab
oldTokenTotalSupply() view returns (uint256)
638274693609629
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
paused() view returns (bool)
false
totalConvertedTokens() view returns (uint256)
426419436456525
Read-only
This contract contains no read-only function objects.
State-modifying
Events convertToken(uint256 amount)
renounceOwnership()
setPause(bool pauseOperations)
transferOwnership(address newOwner)
updateBridgeDetails(address _tokenHolder, uint256 _amount, uint256 _oldTokenTotalSupply)
withdrawToken(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenConverted(address indexed tokenHolder, uint256 amount)
UpdatePause(address indexed operator, bool operation)
WithdrawToken(address indexed owner, uint256 amount)
constructor(address _oldToken, address _newToken, address _burnAddress, uint256 _oldTokenTotalSupply, bool _isBurnAllowed)
This contract contains no fallback and receive objects.
This contract contains no error objects.