KishimotoMigration
Verified contract
Active on
Ethereum with 2,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KATSUMI | ERC-20 | 6.824199T | -- | -- | |
KISHIMOTO | ERC-20 | 1.707666T | -- | -- | |
YMNT | ERC-20 | 46.495933K | -- | -- | |
KISHIMOTO | ERC-20 | 0.875929 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19399479 | 9 months ago | | | 0 | 0.015673891 | |
| 18289718 | a year ago | | | 0 | 0.0014310600 | |
| 17227284 | 2 years ago | | | 0 | 0.020526042 | |
| 17147443 | 2 years ago | | | 0 | 0.0067392400 | |
| 16951469 | 2 years ago | | | 0 | 0.0014743381 | |
| 16864147 | 2 years ago | | | 0 | 0.0024888421 | |
| 16858767 | 2 years ago | | | 0 | 0.0034345440 | |
| 16832016 | 2 years ago | | | 0 | 0.0058987508 | |
| 16801502 | 2 years ago | | | 0 | 0.016350994 | |
| 16798700 | 2 years ago | | | 0 | 0.0087947740 |
ABI
ABI objects
Getter at block 21300466
KishimotoV2() view returns (address)
0xae36155a55f04a696b8362777620027882b31db5
owner() view returns (address)
0xf55bf7da3dea7a3d9078150abf3a2637d71d9413
Read-only
getClaimableToken(address account, address token) view returns (uint256)
getConversionRatio(address token) view returns (uint256)
getMigrateAmount(address token, address account) view returns (uint256)
State-modifying
Events emergencyWithdraw(address token, uint256 amount)
migrate(address token) returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateConversionRatio(address token, uint256 newRatio)
updateMigrateAmount(address token, address[] accounts, uint256[] amounts)
withdrawETH(address recipient)
ConversionRatioUpdated(uint256 oldRatio, uint256 newRatio)
Migrated(address indexed account, address indexed token, uint256 amount, uint256 tokensReceived)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.