BridgeEth
Verified contract
Active on
Ethereum with 2,519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x2b86…d329
Balances ($1,888.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBlock | ERC-20 | 106.864861M | $0.000018 |
$1,888.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15933716 | 2 years ago | | | 0 | 0.0021767805 | |
| 15696876 | 2 years ago | | | 0 | 0.00087106988 | |
| 15695941 | 2 years ago | | | 0 | 0.00038503746 | |
| 15695921 | 2 years ago | | | 0 | 0.00044401824 | |
| 15695830 | 2 years ago | | | 0 | 0.00028683915 | |
| 15695812 | 2 years ago | | | 0 | 0.00046679133 | |
| 15695806 | 2 years ago | | | 0 | 0.0012765259 | |
| 15695792 | 2 years ago | | | 0 | 0.00031547224 | |
| 15695788 | 2 years ago | | | 0 | 0.00098815172 | |
| 15695774 | 2 years ago | | | 0 | 0.00065585578 |
ABI
ABI objects
Getter at block 21285555
ERC20Interface() view returns (address)
0x2b867efd2de4ad2b583ca0cb3df9c4040ef4d329
admin() view returns (address)
0xb63c2e05635dbcb701820a22de28bb698b4c22a0
feeDenom() view returns (uint256)
10000
minSignsRequired() view returns (uint256)
5
minimumTokens() view returns (uint256)
280000
owner() view returns (address)
0x003d2b17a8b616d0a0fa6fd9e304dd8b083cf159
paused() view returns (bool)
true
taxEnabled() view returns (bool)
false
taxPercent() view returns (uint256)
0
totalLocked() view returns (uint256)
0
Read-only
isTaxless(address) view returns (bool)
position(address) view returns (uint256)
signaturesValid(bytes[] signatures, bytes32 _id) view returns (bool)
signerKey(address) view returns (bool)
signers(uint256) view returns (address)
userClaimable(address) view returns (uint256)
userNonce(address) view returns (uint256)
State-modifying
Events addSigner(address _signer)
changeAdmin(address newAdmin)
changeMinSignsRequired(uint256 _minSignRequired)
changeMinimumTokenToBridge(uint256 amount)
changeOwner(address newOwner)
changeSignerStatus(address _signer, bool status)
changeTaxPercent(uint256 value)
changeTaxStatus(bool value)
changeUserTaxStatus(address user, bool value)
claimTokens() returns (bool)
initialize(address _token, address _owner, address[] _signers, uint256 _minSignRequired, address _admin, bool _taxEnabled, uint256 _taxPercent, uint256 minTokens)
lock(uint256 amount) returns (bool)
pause()
unPause()
unlock(address user, uint256 amount, bytes32 _id, bytes[] signatures) returns (bool)
AdminChanged(address indexed prevValue, address indexed newValue, uint256 indexed timestamp)
Initialized(uint8 version)
Lock(address indexed user, uint256 amount, uint256 timestamp, bytes32 indexed Id)
MinimumSignsChanged(uint256 indexed oldValue, uint256 indexed newValue, uint256 indexed timestamp)
MinimumTokensChanged(uint256 indexed amount)
OwnerChanged(address indexed previousOwner, address indexed newOwner, uint256 indexed timestamp)
Paused(address account)
SignerAdded(address indexed signer, uint256 indexed timestamp)
SignerStatusChanged(address indexed signer, bool indexed value, uint256 indexed timestamp)
TaxPercentChanged(uint256 indexed value, uint256 indexed timestamp)
TaxStatusChanged(bool indexed value, uint256 indexed timestamp)
Unlock(address indexed user, uint256 amount, uint256 timestamp, bytes32 indexed Id)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.