Soft Bitcoin
Verified contract
Active on
Ethereum with 4,907 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Soft Bitcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046926 | 16 days ago | | | 0 | 0.00014603646 | |
| 21006729 | 22 days ago | | | 0 | 0.00042763734 | |
| 21006536 | 22 days ago | | | 0 | 0.00049074708 | |
| 20986394 | 25 days ago | | | 0 | 0.00088731000 | |
| 20962921 | a month ago | | | 0 | 0.00038523067 | |
| 20921738 | a month ago | | | 0 | 0.0016248842 | |
| 20921278 | a month ago | | | 0 | 0.00079731162 | |
| 20920868 | a month ago | | | 0 | 0.00047462775 | |
| 20913943 | a month ago | | | 0 | 0.0024227344 | |
| 20913069 | a month ago | | | 0 | 0.00075429361 |
ABI
ABI objects
Getter at block 21163003
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x7c63294b8a87804769cbf49d7a311c6cda78dc24
name() view returns (string)
Soft Bitcoin
owner() view returns (address)
0x7c63294b8a87804769cbf49d7a311c6cda78dc24
rebasePaused() view returns (bool)
false
symbol() view returns (string)
SBTC
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
186294960367986843359
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.