0x33784ed688e507a2086b4e8793e126c8dee9e863
Verified contract
Proxy
Active on
Ethereum with 10,564 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53,278,317.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FET | ERC-20 | 35.518879M | $1.50 |
$53,278,317.77 | |
AGIX | ERC-20 | 0.2 | $0.648227 |
$0.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258948 | a minute ago | | | 0 | 0.0010232848 | |
| 21258756 | 40 minutes ago | | | 0 | 0.00097512072 | |
| 21258469 | 2 hours ago | | | 0 | 0.00078412249 | |
| 21258326 | 2 hours ago | | | 0 | 0.00078349443 | |
| 21258185 | 3 hours ago | | | 0 | 0.00090365461 | |
| 21258086 | 3 hours ago | | | 0 | 0.00070610590 | |
| 21258069 | 3 hours ago | | | 0 | 0.0010622017 | |
| 21257986 | 3 hours ago | | | 0 | 0.00095545433 | |
| 21257972 | 3 hours ago | | | 0 | 0.00085305721 | |
| 21257914 | 3 hours ago | | | 0 | 0.0011074391 |
ABI
ABI objects
Getter at block 21258953
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
conversionRatio() view returns (uint256)
433350000000000000
isNewTokenMintable() view returns (bool)
false
isOldTokenBurnable() view returns (bool)
true
newToken() view returns (address)
0xaea46a60368a7bd060eec7df8cba43b7ef41ad85
oldToken() view returns (address)
0x5b7533812759b45c2b44c19e320ba2cd2681b542
oldTokenPrecision() view returns (uint256)
100000000
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events clone(address defaultAdmin) returns (address newInstance)
getClone() returns (address)
grantRole(bytes32 role, address account)
initialize(address _oldToken, address _newToken, uint256 _conversionRatio, bool _isOldTokenBurnable, bool _isNewTokenMintable, address _burnAddress) payable
migrateAllTokens()
migrateTokens(uint256 _amount)
pause()
recoverTokens(uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDefaultAdmin(address initialAdmin)
unpause()
Cloned(address newInstance)
Initialized(address _oldToken, address _newToken, uint256 _conversionRatio, bool _isOldTokenBurnable, bool _isNewTokenMintable, address _burnAddress)
Migrated(address indexed user, address old_token, address new_token, uint256 old_amount, uint256 new_amount)
Paused(address account)
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)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
AlreadyInitializedRBAC()
MissingAllowance(address token, uint256 allowance, uint256 amountNeeded)
MissingBurnAddress()
MissingConversionRatio()
MissingNewToken()
MissingOldToken()
NotEnoughBalance(address token, uint256 balance, uint256 amountNeeded, address holder)
NotInitialized()
ZeroAmountOut()