BoringDAO BTC
Verified contract
Active on
Ethereum with 942 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 |
---|---|---|---|---|---|
oBTC | ERC-20 | 0.000274 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143317 | 4 days ago | | | 0 | 0.00079753604 | |
| 21099810 | 10 days ago | | | 0 | 0.00014750618 | |
| 20950781 | a month ago | | | 0 | 0.00049387316 | |
| 20927057 | a month ago | | | 0 | 0.00056596547 | |
| 20927055 | a month ago | | | 0 | 0.00045791196 | |
| 20775017 | 2 months ago | | | 0 | 0.00022399842 | |
| 20765208 | 2 months ago | | | 0 | 0.00014899278 | |
| 20697181 | 2 months ago | | | 0 | 0.000091544237 | |
| 20667871 | 2 months ago | | | 0 | 0.000028663447 | |
| 20661692 | 2 months ago | | | 0 | 0.00014546795 |
ABI
ABI objects
Getter at block 21172483
BURNER_ROLE() view returns (bytes32)
0x4255524e45525f524f4c45000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LIQUIDATION() view returns (bytes32)
0x4c49515549444154494f4e000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x4d494e5445525f524f4c45000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BoringDAO BTC
paused() view returns (bool)
false
symbol() view returns (string)
oBTC
totalSupply() view returns (uint256)
32569483247504160591
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, uint8 decimal_, address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.