AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,745 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xa3fc…15f3
0xf73c…13fb
2 additional
variables
Balances ($5,048,296.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.731096M | $1.001 |
$4,735,827.07 | |
DAI | ERC-20 | 311.847367K | $0.999569 |
$311,712.96 | |
LINK | ERC-20 | 38.143409 | $16.59 |
$632.8 | |
USDC | ERC-20 | 105.95916 | $0.999503 |
$105.91 | |
WETH | ERC-20 | 0.00499 | $3,349.73 |
$16.72 | |
MTV | ERC-20 | 1K | $0.00105 |
$1.05 | |
RFOX | ERC-20 | 149.9994 | $0.001332 |
$0.2 | |
UBI | ERC-20 | 621.115568 | $0.000258 |
$0.16 | |
StableDAI.com | ERC-20 | 721 | -- | -- | |
TetherLP.com | ERC-20 | 679 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244967 | 11 hours ago | | | 0 | 0.0012773971 | |
| 21244786 | 11 hours ago | | | 0 | 0.0016947458 | |
| 21235796 | 2 days ago | | | 0 | 0.0013563974 | |
| 21235002 | 2 days ago | | | 0 | 0.0015090114 | |
| 21216289 | 4 days ago | | | 0 | 0.0026746817 | |
| 21215327 | 5 days ago | | | 0 | 0.0019484491 | |
| 21192984 | 8 days ago | | | 0 | 0.0022991200 | |
| 21187747 | 8 days ago | | | 0 | 0.0031256725 | |
| 21185177 | 9 days ago | | | 0 | 0.0031405154 | |
| 21177420 | 10 days ago | | | 0 | 0.0023105680 |
ABI
ABI objects
Getter at block 21248114
CLAIM_TYPEHASH() view returns (bytes32)
0xf18ceda3f6355f78c234feba066041a50f6557bfb600201e2a71a89e2dd80433
DOMAIN_SEPARATOR() view returns (bytes32)
0x637648e9ca1fc0ed6af4ab01515103971780f5db61742de2da3878d1d2855bd9
allowTokens() view returns (address)
0xa3fc98e0a7a979677bc14d541be770b2cb0a15f3
feePercentageDivider() view returns (uint256)
10000
getFederation() view returns (address)
0x5e29c223d99648c88610519f96e85e627b3abe17
getFeePercentage() view returns (uint256)
20
isOwner() view returns (bool)
false
isUpgrading() view returns (bool)
false
owner() view returns (address)
0x040007b1804ad78a97f541bebed377dcb60e4138
paused() view returns (bool)
false
sideTokenFactory() view returns (address)
0xf73c60863bf2930bde2c69df4cb8fe700ae713fb
symbolPrefix() view returns (string)
e
version() pure returns (string)
v3
wrappedCurrency() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
claimed(bytes32) view returns (bool)
getTransactionDataHash(address _to, uint256 _amount, bytes32 _blockHash, bytes32 _transactionHash, uint32 _logIndex) pure returns (bytes32)
hasBeenClaimed(bytes32 transactionHash) view returns (bool)
hasCrossed(bytes32 transactionHash) view returns (bool)
isPauser(address account) view returns (bool)
knownTokens(address) view returns (bool)
mappedTokens(address) view returns (address)
nonces(address) view returns (uint256)
originalTokenAddresses(bytes32) view returns (address)
originalTokens(address) view returns (address)
senderAddresses(bytes32) view returns (address)
transactionsDataHashes(bytes32) view returns (bytes32)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__Pausable_init(address sender)
__PauserRol_init(address sender)
acceptTransfer(address _originalTokenAddress, address _from, address _to, uint256 _amount, bytes32 _blockHash, bytes32 _transactionHash, uint32 _logIndex)
addPauser(address account)
changeAllowTokens(address newAllowTokens)
changeFederation(address newFederation)
changeSideTokenFactory(address newSideTokenFactory)
claim(struct IBridgeClaimData _claimData) returns (uint256 receivedAmount)
claimFallback(struct IBridgeClaimData _claimData) returns (uint256 receivedAmount)
claimGasless(struct IBridgeClaimData _claimData, address _relayer, uint256 _fee, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256 receivedAmount)
createSideToken(uint256 _typeId, address _originalTokenAddress, uint8 _originalTokenDecimals, string _originalTokenSymbol, string _originalTokenName)
depositTo(address to) payable
initDomainSeparator()
initialize()
initialize(address _manager, address _federation, address _allowTokens, address _sideTokenFactory, string _symbolPrefix)
initialize(address sender)
pause()
receiveTokensTo(address tokenToUse, address to, uint256 amount)
renounceOwnership()
renouncePauser()
setFeePercentage(uint256 amount)
setUpgrading(bool _isUpgrading)
setWrappedCurrency(address _wrappedCurrency)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AcceptedCrossTransfer(bytes32 indexed _transactionHash, address indexed _originalTokenAddress, address indexed _to, address _from, uint256 _amount, bytes32 _blockHash, uint256 _logIndex)
AllowTokensChanged(address _newAllowTokens)
Claimed(bytes32 indexed _transactionHash, address indexed _originalTokenAddress, address indexed _to, address _sender, uint256 _amount, bytes32 _blockHash, uint256 _logIndex, address _reciever, address _relayer, uint256 _fee)
Cross(address indexed _tokenAddress, address indexed _from, address indexed _to, uint256 _amount, bytes _userData)
FederationChanged(address _newFederation)
FeePercentageChanged(uint256 _amount)
NewSideToken(address indexed _newSideTokenAddress, address indexed _originalTokenAddress, string _newSymbol, uint256 _granularity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SideTokenFactoryChanged(address _newSideTokenFactory)
Unpaused(address account)
Upgrading(bool _isUpgrading)
WrappedCurrencyChanged(address _wrappedCurrency)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.