VbtcToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
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
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "VbtcToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VbtcToken"
ABI
ABI objects
Getter at block 21224465
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
cap() view returns (uint256)
0
decimals() view returns (uint8)
0
devFundDivRate() view returns (uint256)
0
name() view returns (string)
numConfs() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
relay() view returns (address)
0x0000000000000000000000000000000000000000
relayReward() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
knownOutpoints(bytes32) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addHeaders(bytes _anchor, bytes _headers) returns (bool)
addHeadersWithRetarget(bytes _oldPeriodStartHeader, bytes _oldPeriodEndHeader, bytes _headers) returns (bool)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
flashMint(uint256 amount, bytes32 data)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _relay, address _strudel, uint256 _minConfs, uint256 _relayReward)
markNewHeaviest(bytes32 _ancestor, bytes _currentBest, bytes _newBest, uint256 _limit) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proofOpReturnAndMint(bytes _header, bytes _proof, bytes4 _version, bytes4 _locktime, uint256 _index, uint32 _crossingOutputIndex, bytes _vin, bytes _vout) returns (bool)
proofP2FSHAndMint(bytes _header, bytes _proof, uint256 _index, bytes32 _txid) returns (bool)
renounceOwnership()
setDevFundDivRate(uint256 _devFundDivRate)
setNumConfs(uint256 _numConfs)
setRelayAddress(address _newRelayAddr)
setRelayReward(uint256 _newRelayReward)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Crossing(bytes32 indexed btcTxHash, address indexed receiver, uint256 amount, uint32 outputIndex)
FlashMint(address indexed src, uint256 wad, bytes32 data, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.