diesel Wrapped BTC
Verified contract
Active on
Ethereum with 72 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "diesel Wrapped BTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286196 | a day ago | | | 0 | 0.00022349755 | |
| 21272809 | 3 days ago | | | 0 | 0.00075496860 | |
| 21247105 | 7 days ago | | | 0 | 0.00062902371 | |
| 21233439 | 9 days ago | | | 0 | 0.00053908825 | |
| 21232263 | 9 days ago | | | 0 | 0.00053740322 | |
| 21037266 | a month ago | | | 0 | 0.00046592634 | |
| 20982028 | a month ago | | | 0 | 0.00019764417 | |
| 20942365 | 2 months ago | | | 0 | 0.0012676016 | |
| 20768467 | 2 months ago | | | 0 | 0.00012611925 | |
| 20749466 | 2 months ago | | | 0 | 0.000093089796 |
ABI
ABI objects
Getter at block 21295519
decimals() view returns (uint8)
8
name() view returns (string)
diesel Wrapped BTC
owner() view returns (address)
0xb2a015c71c17bcac6af36645dead8c572ba08a08
symbol() view returns (string)
dWBTC
totalSupply() view returns (uint256)
198207512
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.