normalized Wrapped BTC
Verified contract
Active on
Ethereum with 3,171 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
fWBTC | ERC-20 | 959.191745 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222516 | 10 days ago | | | 0 | 0.0022199084 | |
| 21215428 | 11 days ago | | | 0 | 0.00042685962 | |
| 21215428 | 11 days ago | | | 0 | 0.00068474842 | |
| 21208024 | 12 days ago | | | 0 | 0.00034615502 | |
| 21208003 | 12 days ago | | | 0 | 0.00032062385 | |
| 21207985 | 12 days ago | | | 0 | 0.00040150883 | |
| 21084283 | a month ago | | | 0 | 0.00044089940 | |
| 21003147 | a month ago | | | 0 | 0.00028549112 | |
| 20984273 | a month ago | | | 0 | 0.00058748198 | |
| 20984263 | a month ago | | | 0 | 0.00098775669 |
ABI
ABI objects
Getter at block 21290825
decimals() view returns (uint8)
8
governance() view returns (address)
0x9832a79c563d31403409c41f92c51b824435cdb0
name() view returns (string)
normalized Wrapped BTC
overfillE18() view returns (uint256)
0
symbol() view returns (string)
nWBTC
totalSupply() view returns (uint256)
96686204402
underlying() view returns (address)
0x1a389c381a8242b7acff0eb989173cd5d0efc3e3
Read-only
GetMaximumNToken(address _addr) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
f(address) view returns (uint256)
n(address) view returns (uint256)
State-modifying
Events BurnNToken(uint256 _amount)
DepositFToken(uint256 _amount)
MintNToken(uint256 _amount)
RealizeFToken(uint256 _d, uint256 _m)
SetGovernance(address _governance)
SetOverfillE18(uint256 _overfillE18)
UnrealizeFToken(uint256 _w, uint256 _b)
WithdrawFToken(uint256 _amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.