Obelisk BTC
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Obelisk BTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230577 | a month ago | | | 0 | 0.00094337760 | |
| 21228147 | a month ago | | | 0 | 0.00052287086 | |
| 21227923 | a month ago | | | 0 | 0.00046381782 | |
| 21198757 | a month ago | | | 0 | 0.00056045284 | |
| 21192294 | a month ago | | | 0 | 0.00079749186 | |
| 21190206 | a month ago | | | 0 | 0.00078306975 | |
| 21185523 | a month ago | | | 0 | 0.0017394454 | |
| 21184636 | a month ago | | | 0 | 0.00092938328 | |
| 21184631 | a month ago | | | 0 | 0.0016845729 | |
| 21178856 | a month ago | | | 0 | 0.0014229455 |
ABI
ABI objects
Getter at block 21420454
blackListAdmin() view returns (address)
0x8cc49b20c1d8b7129d76ca3e9efacd968728ca95
decimals() pure returns (uint8)
8
name() view returns (string)
Obelisk BTC
owner() view returns (address)
0xe4c555c2aa8f7fdb7baf90039b3a583c8e312f20
symbol() view returns (string)
oBTC
tokenAdmin() view returns (address)
0x6fdfd096687a2d7b83e4afdc05c43519166d74a7
totalSupply() view returns (uint256)
337513216274
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _user)
approve(address spender, uint256 amount) returns (bool)
changeTokenAdmin(address _tokenAdmin)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlackList(address _user)
renounceOwnership()
setBlackListAdmin(address _blackListAdmin)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whiteListBurn(uint256 _amount, address _account)
whiteListMint(uint256 _amount, address _account)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
BlackListAdminChanged(address _oldAdmin, address _admin)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlackList(address _user)
TokenAdminChanged(address _oldTokenAdmin, address _tokenAdmin)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tokenAdmin, address _blackListAdmin)
This contract contains no fallback and receive objects.
BlackListed()
PermissionDenied()