BITCOIN SLEEK
Verified contract
Active on
Ethereum with 710 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 "BITCOIN SLEEK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11640046 | 4 years ago | | | 0 | 0.0023985900 | |
| 11501724 | 4 years ago | | | 0 | 0.0019844640 | |
| 11233863 | 4 years ago | | | 0 | 0.0014465851 | |
| 11163228 | 4 years ago | | | 0 | 0.0010752300 | |
| 11047003 | 4 years ago | | | 0 | 0.0020283480 | |
| 10986664 | 4 years ago | | | 0 | 0.0023153982 | |
| 10983924 | 4 years ago | | | 0 | 0.0039440100 | |
| 10535781 | 4 years ago | | | 0 | 0.0045084000 | |
| 10283135 | 4 years ago | | | 0 | 0.0016950630 | |
| 10277238 | 4 years ago | | | 0 | 0.0019436850 |
ABI
ABI objects
Getter at block 21165105
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maximumFee() view returns (uint256)
0
minimumFee() view returns (uint256)
0
name() view returns (string)
BITCOIN SLEEK
owner() view returns (address)
0x5a5f5e7cd09f8ac1e891fe2b1a37f161a9740f77
symbol() view returns (string)
BTSL
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address _from, address _spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseSupply(uint256 amount)
increaseSupply(uint256 amount)
setParams(uint256 newBasisPoints, uint256 newMaxFee, uint256 newMinFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maximumFee, uint256 minimumFee)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.