swapContract
Verified contract
Active on
Ethereum with 2,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5.9 | $0.999809 |
$5.9 | |
RBC | ERC-20 | 714.71328 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16067888 | 2 years ago | | | 0 | 0.00076451395 | |
| 16047803 | 2 years ago | | | 0 | 0.00082064049 | |
| 15931469 | 2 years ago | | | 0 | 0.0016684600 | |
| 15879041 | 2 years ago | | | 0 | 0.0011578601 | |
| 15879036 | 2 years ago | | | 0 | 0.00027805987 | |
| 15879019 | 2 years ago | | | 0 | 0.00033858943 | |
| 15870161 | 2 years ago | | | 0 | 0.00072035142 | |
| 15870156 | 2 years ago | | | 0 | 0.0012406419 | |
| 15870156 | 2 years ago | | | 0 | 0.0014505681 | |
| 15870111 | 2 years ago | | | 0 | 0.00061370131 |
ABI
ABI objects
Getter at block 21168061
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
feeAddress() view returns (address)
0x592d89329e91a976156695012edacc604948f24d
maxGasPrice() view returns (uint256)
150000000000
minTokenAmount() view returns (uint256)
100000000000000000000
numOfThisBlockchain() view returns (uint128)
2
paused() view returns (bool)
false
tokenAddress() view returns (address)
0xa4eed63db85311e22df4473f87ccfc3dadcfa3e3
Read-only
existingOtherBlockchain(uint128) view returns (bool)
feeAmountOfBlockchain(uint128) view returns (uint128)
getOtherBlockchainAvailableByNum(uint128 blockchain) view returns (bool)
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)
isManager(address account) view returns (bool)
isOwner(address account) view returns (bool)
isProcessedTransaction(bytes32 originalTxHash) view returns (bool processed)
processedTransactions(bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOtherBlockchain(uint128 numOfOtherBlockchain)
changeFeeAddress(address newFeeAddress)
changeOtherBlockchain(uint128 oldNumOfOtherBlockchain, uint128 newNumOfOtherBlockchain)
continueExecution()
grantRole(bytes32 role, address account)
pauseExecution()
removeOtherBlockchain(uint128 numOfOtherBlockchain)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeAmountOfBlockchain(uint128 blockchainNum, uint128 feeAmount)
setMaxGasPrice(uint256 _maxGasPrice)
setMinTokenAmount(uint256 _minTokenAmount)
transferOwnerAndSetManager(address newOwner, address newManager)
transferToOtherBlockchain(uint128 blockchain, uint256 amount, string newAddress)
transferToUserWithFee(address user, uint256 amountWithFee, bytes32 originalTxHash)
transferToUserWithoutFee(address user, uint256 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)
TransferFromOtherBlockchain(address user, uint256 amount, uint256 amountWithoutFee, bytes32 originalTxHash)
TransferToOtherBlockchain(uint128 blockchain, address user, uint256 amount, string newAddress)
Unpaused(address account)
constructor(address _tokenAddress, address _feeAddress, uint128 _numOfThisBlockchain, uint128[] _numsOfOtherBlockchains, uint256 _minTokenAmount, uint256 _maxGasPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.