refract
Verified contract
Active on
Ethereum with 1,051 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 |
---|---|---|---|---|---|
RFR | ERC-20 | 150 | $0.000022 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16859544 | 2 years ago | | | 0 | 0.00035172697 | |
| 16713081 | 2 years ago | | | 0 | 0.00048667148 | |
| 16352491 | 2 years ago | | | 0 | 0.00034547872 | |
| 15572091 | 2 years ago | | | 0 | 0.00022630503 | |
| 15436544 | 2 years ago | | | 0 | 0.00048572910 | |
| 15267333 | 2 years ago | | | 0 | 0.00022228534 | |
| 13631036 | 3 years ago | | | 0 | 0.0037249800 | |
| 13631035 | 3 years ago | | | 0 | 0.0065109800 | |
| 13275741 | 3 years ago | | | 0 | 0.00095364110 | |
| 12972477 | 3 years ago | | | 0 | 0.011068666 |
ABI
ABI objects
Getter at block 21307379
decimals() view returns (uint8)
9
name() view returns (string)
refract
owner() view returns (address)
0x472697c949b35d65081123824e77d910f8c1f4f3
symbol() view returns (string)
RFR
totalBurn() view returns (uint256)
128314973165
totalFees() view returns (uint256)
192472460301
totalSupply() view returns (uint256)
871685026835
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 _setMaxTxAmount(uint256 maxTxAmount)
_setTaxFee(uint256 taxFee)
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)
multiTransfer(address[] receivers, uint256[] amounts)
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.