BTCGateway
Verified contract
Proxy
Active on
Ethereum with 20,951 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
0xeb4c…b27d
Balances ($0.00)
No balances found for "BTCGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17008162 | 2 years ago | | | 0 | 0.0053251769 | |
| 16999917 | 2 years ago | | | 0 | 0.0034679846 | |
| 16997746 | 2 years ago | | | 0 | 0.0052618230 | |
| 16976216 | 2 years ago | | | 0 | 0.0084807541 | |
| 16972725 | 2 years ago | | | 0 | 0.0036049121 | |
| 16971783 | 2 years ago | | | 0 | 0.0038090013 | |
| 16971674 | 2 years ago | | | 0 | 0.0043561313 | |
| 16968368 | 2 years ago | | | 0 | 0.0068269755 | |
| 16966552 | 2 years ago | | | 0 | 0.0035541210 | |
| 16965783 | 2 years ago | | | 0 | 0.0033856992 |
ABI
ABI objects
Getter at block 21245892
burnFee() view returns (uint16)
0
feeRecipient() view returns (address)
0xe33417797d6b8aec9171d0d6516e88002fbe23e7
isOwner() view returns (bool)
false
minimumBurnAmount() view returns (uint256)
35036
mintAuthority() view returns (address)
0x7f64e4e4b2d7589eb0ac8439c0e639856aeceee7
mintFee() view returns (uint16)
0
nextN() view returns (uint256)
55788
owner() view returns (address)
0xfe43c3a01102eda295333f5ad6cc747f03314fdb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
selectorHash() view returns (bytes32)
0x1fb79ec5bb04cf1aa8eb8fdeda8d3f986e5ebaba72d0e12048cec0a95188fe5e
token() view returns (address)
0xeb4c2781e4eba804ce9a9803c67d0893436bb27d
Read-only
_legacy_hashForSignature(bytes32 _pHash, uint256 _amount, address _to, bytes32 _nHash) view returns (bytes32)
getBurn(uint256 _n) view returns (uint256 _blocknumber, bytes _to, uint256 _amount, string _chain, bytes _payload)
hashForSignature(bytes32 _pHash, uint256 _amount, address _to, bytes32 _nHash) view returns (bytes32)
status(bytes32) view returns (bool)
verifySignature(bytes32 _sigHash, bytes _sig) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_directTransferOwnership(address newOwner)
blacklistRecoverableToken(address _token)
burn(bytes _to, uint256 _amount) returns (uint256)
claimOwnership()
claimTokenOwnership()
initialize(address _nextOwner)
initialize(address _token, address _feeRecipient, address _mintAuthority, uint16 _mintFee, uint16 _burnFee, uint256 _minimumBurnAmount)
mint(bytes32 _pHash, uint256 _amountUnderlying, bytes32 _nHash, bytes _sig) returns (uint256)
recoverTokens(address _token)
renounceOwnership()
transferOwnership(address newOwner)
transferTokenOwnership(address _nextTokenOwner)
updateBurnFee(uint16 _nextBurnFee)
updateFeeRecipient(address _nextFeeRecipient)
updateFees(uint16 _nextMintFee, uint16 _nextBurnFee)
updateMinimumBurnAmount(uint256 _minimumBurnAmount)
updateMintAuthority(address _nextMintAuthority)
updateMintFee(uint16 _nextMintFee)
updateSelectorHash(bytes32 _selectorHash)
updateSymbol(string symbol)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
LogBurn(bytes _to, uint256 _amount, uint256 indexed _n, bytes indexed _indexedTo)
LogMint(address indexed _to, uint256 _amount, uint256 indexed _n, bytes32 indexed _nHash)
LogMintAuthorityUpdated(address indexed _newMintAuthority)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.