BLOCX. (Bridge)

Verified contract

Active on Ethereum with 327 txns
Deployed by via 0x9ef2bcd6 at 20032843
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BLOCX. (Bridge)"

0xbebaa41da43d891028fd0e9d55f18546ab4ead25eb6eb0f5f49f38ff253f701d
0x5c62092d9bd482586f559ba420840867dbe65a97081548767ac5b18b17677346
0x335a96c5f9ab1c96061fdc23e80fd62d49ac2c99d5242241084e9a1893cc9dc0
0x12d98c5bce37dab96ac4d90e2c3a4b43075c9ee59b0227b0182c963ce412a636
0xc3e34ebdee2592ceaa31fc3cfec89a64c3f5994cc1884f8060f01ab1b9bde695
0x1d5e0550c9d2a62f8565621e8f1169032721a163597d69a152ee67fa3b8215ef
0x9dc16940d717706e565dea5c47a6767e9bbf2b82b67b864932c8f4a92dc21982
0x6418941654762ffb0545184199e7d05d2de14d5b41de10612f18b4c57a5d0023
0xc0c581b8b8cdb726c44b0d2361eb2cb9971ed38bd8861d95de0fb7ebfbd35806
0x1c1e9c6685c419df35a13aebe5f37489a03a6fbd24cbc96297dc6b19c43ed6cc

Functions
Getter at block 20791485
decimals(view returns (uint8)
18
getLatestDepositSeq(view returns (uint256)
58
getLatestWithdrawalSeq(view returns (uint256)
38
getSigner(view returns (address)
0x2c682a7409c5afeae97cb32532c2365f4df66e0e
name(view returns (string)
BLOCX. (Bridge)
owner(view returns (address)
0x00c9eb9381ba20e90d6dfb67586ee9dccff7c8ed
symbol(view returns (string)
BLOCX
totalSupply(view returns (uint256)
558868410098541000070000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getDepositRequestInfo(uint256 _reqIdview returns (struct BLOCXDRequest)
getEthSignedHash(bytes32 _messageHashpure returns (bytes32)
getHash(address callerstring _withdrawl_addressuint256 _amountuint256 _uniqueIduint256 _deadlinepure returns (bytes32)
getIsUniqueIdUsed(uint256 _uidview returns (bool)
getWithdrawalRequestInfo(uint256 _reqIdview returns (struct BLOCXWRequest)
verify(bytes32 _ethSignedMessageHashbytes _signaturepure returns (address)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeSigner(address _signer
releaseCoin(string _withdrawl_addressuint256 _feeuint256 _amountuint256 _uniqueIduint256 _deadlineuint256 _extraTimebytes _adminSignature
releaseToken(address _toaddress _feeAddressuint256 _amountuint256 _feeuint256 _uidstring _utxo
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawToken(address _tokenuint256 _amount
Events
AmountDeposited(uint256 seqstruct BLOCXDRequest dreq
Approval(address indexed owneraddress indexed spenderuint256 value
FeeBurnt(uint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SignerChanged(address _fromaddress _to
Transfer(address indexed fromaddress indexed touint256 value
WithdrawalRequestInitiated(uint256 seqstruct BLOCXWRequest wreq
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(