Wrapped Bitcoin
Verified contract
Active on
Ethereum with 918 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
btc | ERC-20 | 0.21 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179689 | 3 days ago | | | 0 | 0.0037904172 | |
| 21179575 | 3 days ago | | | 0 | 0.0041942884 | |
| 21170093 | 4 days ago | | | 0 | 0.0011909810 | |
| 21166598 | 4 days ago | | | 0 | 0.0018822098 | |
| 21009379 | a month ago | | | 0 | 0.00042875469 | |
| 21002939 | a month ago | | | 0 | 0.00041705567 | |
| 21002939 | a month ago | | | 0 | 0.00073451762 | |
| 21001068 | a month ago | | | 0 | 0.00080106103 | |
| 20998587 | a month ago | | | 0 | 0.00044597549 | |
| 20980361 | a month ago | | | 0 | 0.00055196145 |
ABI
ABI objects
Getter at block 21198336
DOMAIN_SEPARATOR() view returns (bytes32)
0x8f257b1fbf4177c669c1248faac39bcbe54fb966b26a4c35862f0da859f4c5b7
decimals() view returns (uint8)
8
name() view returns (string)
Wrapped Bitcoin
symbol() view returns (string)
WBTC
totalSupply() view returns (uint256)
21000000
underlying() pure returns (address)
0x853737186cb24d4152f979b9152f652b67f7e9b7
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
dropBoxes(address) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createDropBox()
deposit(uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
Deposit(address indexed from, uint256 amount)
DropBoxCreated(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdrawal(address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
DropBoxAlreadyExists(address owner)
DropBoxInsufficientBalance(address owner)
DropBoxNotCreated(address owner)
OwnerInsufficientBalance(address owner)