REFLECT PROTOCOL
Verified contract
Active on
Ethereum with 217 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 "REFLECT PROTOCOL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15145702 | 2 years ago | | | 0 | 0.00031278117 | |
| 14467612 | 3 years ago | | | 0 | 0.0012626087 | |
| 12695650 | 3 years ago | | | 0 | 0.00018928000 | |
| 11459680 | 4 years ago | | | 0 | 0.00070616000 | |
| 11453048 | 4 years ago | | | 0 | 0.00036400000 | |
| 11442826 | 4 years ago | | | 0 | 0.0012905870 | |
| 11442826 | 4 years ago | | | 0 | 0.0014685990 | |
| 11442819 | 4 years ago | | | 0 | 0.0014598870 | |
| 11437216 | 4 years ago | | | 0 | 0.0027215300 | |
| 11437133 | 4 years ago | | | 0 | 0.0017804600 |
ABI
ABI objects
Getter at block 21213931
decimals() view returns (uint8)
9
name() view returns (string)
REFLECT PROTOCOL
owner() view returns (address)
0x7b0aa0c5d7f49984bd862e782b57e8987968297f
symbol() view returns (string)
REFLECT
totalBurn() view returns (uint256)
7756896626068
totalFees() view returns (uint256)
11635344939202
totalSupply() view returns (uint256)
42243103373932
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)
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.