Basis Dollar
Verified contract
Active on
Ethereum with 3,187 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 |
---|---|---|---|---|---|
BSD | ERC-20 | 703.709323 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097016 | 9 days ago | | | 0 | 0.00015654869 | |
| 21062498 | 14 days ago | | | 0 | 0.00016046833 | |
| 21055742 | 15 days ago | | | 0 | 0.00022102646 | |
| 21001492 | 22 days ago | | | 0 | 0.00021809151 | |
| 20580053 | 3 months ago | | | 0 | 0.000064134704 | |
| 20549069 | 3 months ago | | | 0 | 0.000038100102 | |
| 20549064 | 3 months ago | | | 0 | 0.000039677703 | |
| 20518104 | 3 months ago | | | 0 | 0.00012653729 | |
| 20279737 | 4 months ago | | | 0 | 0.00016185731 | |
| 20258765 | 4 months ago | | | 0 | 0.000074604519 |
ABI
ABI objects
Getter at block 21162359
STABLES_POOL_REWARD_ALLOCATION() view returns (uint256)
500000000000000000000000
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
Basis Dollar
operator() view returns (address)
0x18d6e366d854d73ca9c5a557ef79ccfaa732ab7b
owner() view returns (address)
0x18d6e366d854d73ca9c5a557ef79ccfaa732ab7b
rewardPoolDistributed() view returns (bool)
true
symbol() view returns (string)
BSD
totalSupply() view returns (uint256)
2579846000421659250387796
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeReward(address _stablesPool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.