swapContract
Verified contract
Active on
Ethereum with 157 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 |
---|---|---|---|---|---|
CHPZ | ERC-20 | 5.062181M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15958399 | 2 years ago | | | 0 | 0.00080904499 | |
| 15295230 | 2 years ago | | | 0 | 0.00048117831 | |
| 15201071 | 2 years ago | | | 0 | 0.0012858725 | |
| 15189659 | 2 years ago | | | 0 | 0.0016165658 | |
| 15188790 | 2 years ago | | | 0 | 0.00072692282 | |
| 15161001 | 2 years ago | | | 0 | 0.0033080953 | |
| 15159131 | 2 years ago | | | 0 | 0.0010826191 | |
| 15058347 | 2 years ago | | | 0 | 0.0011976950 | |
| 15006241 | 2 years ago | | | 0 | 0.0013890406 | |
| 14986225 | 2 years ago | | | 0 | 0.0017476855 |
ABI
ABI objects
Getter at block 21379730
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
SIGNATURE_LENGTH() view returns (uint256)
65
VALIDATOR_ROLE() view returns (bytes32)
0x21702c8af46127c7fa207f89d0b0a8441bb32959a0ac7df790e9ab1a25c98926
feeAddress() view returns (address)
0x824b7d38b0b4ae71909b0fbb62f36ce4fc7fd879
maxGasPrice() view returns (uint256)
150000000000
minConfirmationBlocks() view returns (uint256)
5
minConfirmationSignatures() view returns (uint256)
2
minTokenAmount() view returns (uint256)
1000000000000000000000
numOfThisBlockchain() view returns (uint128)
2
paused() view returns (bool)
false
tokenAddress() view returns (address)
0xd7d6ab522fa41caae78f6edeb46a14954ae0c772
Read-only
ecOffsetRecover(bytes32 hash, bytes signature, uint256 offset) pure returns (address)
existingOtherBlockchain(uint128) view returns (bool)
feeAmountOfBlockchain(uint128) view returns (uint128)
getHashPacked(address user, uint256 amountWithFee, bytes32 originalTxHash) pure returns (bytes32)
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, bytes32 hashedParams)
isRelayer(address account) view returns (bool)
isValidator(address account) view returns (bool)
processedTransactions(bytes32) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
toEthSignedMessageHash(bytes32 hash) pure returns (bytes32)
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)
setMinConfirmationBlocks(uint256 _minConfirmationBlocks)
setMinConfirmationSignatures(uint256 _minConfirmationSignatures)
setMinTokenAmount(uint256 _minTokenAmount)
transferOwnerAndSetManager(address newOwner, address newManager)
transferToOtherBlockchain(uint128 blockchain, uint256 amount, string newAddress)
transferToUserWithFee(address user, uint256 amountWithFee, bytes32 originalTxHash, bytes concatSignatures)
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, uint128 _minConfirmationSignatures, uint256 _minTokenAmount, uint256 _maxGasPrice, uint256 _minConfirmationBlocks)
This contract contains no fallback and receive objects.
This contract contains no error objects.