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 "RFbtc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573173 | 3 months ago | | | 0 | 0.000024455095 | |
| 20566244 | 3 months ago | | | 0 | 0.000077017602 | |
| 20566242 | 3 months ago | | | 0 | 0.000071087477 | |
| 20566233 | 3 months ago | | | 0 | 0.000077201075 | |
| 20566230 | 3 months ago | | | 0 | 0.000071751312 | |
| 19816073 | 6 months ago | | | 0 | 0.00018695332 | |
| 19794643 | 6 months ago | | | 0 | 0.00045924284 | |
| 19678551 | 7 months ago | | | 0 | 0.00034080424 | |
| 18956002 | 10 months ago | | | 0 | 0.0015575408 | |
| 17694662 | a year ago | | | 0 | 0.00056303515 |
ABI
ABI objects
Getter at block 21168543
decimals() view returns (uint8)
8
name() view returns (string)
RFbtc
owner() view returns (address)
0x96706eb471f875a9a41442f358d3b34ba02f868b
symbol() view returns (string)
RFbtc
totalBurn() view returns (uint256)
316362518638160
totalFees() view returns (uint256)
316362518638160
totalSupply() view returns (uint256)
1783637481361840
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.