swapContract
Verified contract
Active on
Ethereum with 453 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 |
---|---|---|---|---|---|
LESS | ERC-20 | 93.691444M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14631000 | 3 years ago | | | 0 | 0.0033472645 | |
| 14627858 | 3 years ago | | | 0 | 0.0036848050 | |
| 14627850 | 3 years ago | | | 0 | 0.0035019862 | |
| 14583044 | 3 years ago | | | 0 | 0.0015861752 | |
| 14581411 | 3 years ago | | | 0 | 0.0028947111 | |
| 14581400 | 3 years ago | | | 0 | 0.0045990707 | |
| 14580790 | 3 years ago | | | 0 | 0.0068731845 | |
| 14576433 | 3 years ago | | | 0 | 0.0016500975 | |
| 14573641 | 3 years ago | | | 0 | 0.0026383158 | |
| 14573212 | 3 years ago | | | 0 | 0.0042009712 |
ABI
ABI objects
Getter at block 21325047
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
feeAddress() view returns (address)
0xa0b5c5176a04017be839e729a8b8160dd9e52789
numOfThisBlockchain() view returns (uint128)
2
tokenAddress() view returns (address)
0x62786eeacc9246b4018e0146cb7a3efeacd9459d
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)
isProcessedTransaction(bytes32 originalTxHash) view returns (bool processed)
processedTransactions(bytes32) view returns (bool)
State-modifying
Events addOtherBlockchain(uint128 numOfOtherBlockchain)
changeFeeAddress(address newFeeAddress)
changeOtherBlockchain(uint128 oldNumOfOtherBlockchain, uint128 newNumOfOtherBlockchain)
grantRole(bytes32 role, address account)
removeOtherBlockchain(uint128 numOfOtherBlockchain)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeAmountOfBlockchain(uint128 blockchainNum, uint128 feeAmount)
transferOwnerAndSetManager(address newOwner, address newManager)
transferToOtherBlockchain(uint128 blockchain, uint256 amount, string newAddress)
transferToUserWithFee(address user, uint256 amountWithFee, bytes32 originalTxHash)
transferToUserWithoutFee(address user, uint256 amount)
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)
constructor(address _tokenAddress, address _feeAddress, uint128 _numOfThisBlockchain, uint128[] _numsOfOtherBlockchains)
This contract contains no fallback and receive objects.
This contract contains no error objects.