Deflect Protocol
Verified contract
Active on
Ethereum with 2,523 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEFLCT | ERC-20 | 9.75 | -- | -- | |
UNI-V2 | ERC-20 | 0.00769 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995351 | a month ago | | | 0 | 0.00046145427 | |
| 20855616 | 2 months ago | | | 0 | 0.00031771475 | |
| 20773321 | 2 months ago | | | 0 | 0.00025179539 | |
| 20706845 | 3 months ago | | | 0 | 0.000082948947 | |
| 20649877 | 3 months ago | | | 0 | 0.00019510467 | |
| 20608595 | 3 months ago | | | 0 | 0.000041119619 | |
| 20583151 | 3 months ago | | | 0 | 0.000028637955 | |
| 20523897 | 4 months ago | | | 0 | 0.000068658715 | |
| 20326696 | 4 months ago | | | 0 | 0.00059902108 | |
| 20101605 | 5 months ago | | | 0 | 0.00016442783 |
ABI
ABI objects
Getter at block 21304277
LPGenerationCompleted() view returns (bool)
true
LPperETHUnit() view returns (uint256)
1768247323003648
TokenPerETHUnit() view returns (uint256)
587896389140
bonusTokens() view returns (uint256)
50000000000000
decimals() view returns (uint8)
9
devAddr() view returns (address)
0x5abbd94bb0561938130d83fda22e672110e12528
lastTotalSupplyOfLPTokens() view returns (uint256)
259639249260304793
lgeEndTime() view returns (uint256)
1607799364
lpUnlockTime() view returns (uint256)
1607802964
name() view returns (string)
Deflect Protocol
owner() view returns (address)
0x5abbd94bb0561938130d83fda22e672110e12528
paused() view returns (bool)
false
symbol() view returns (string)
DEFLCT
tokenUniswapPair() view returns (address)
0x347c280fa84363147441cae5cd28df1b596f2c1f
totalBurn() view returns (uint256)
43181596870090
totalETHContributed() view returns (uint256)
85049000000000000000
totalFees() view returns (uint256)
86363193748778
totalLPTokensMinted() view returns (uint256)
150387666574137332
totalSupply() view returns (uint256)
456818403129910
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
ethContributedForLPTokens(address) view returns (uint256)
ethContributedForTokens(address) 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 _setBurnFee(uint256 burnFee)
_setDevFee(uint256 devFee)
_setTaxFee(uint256 taxFee)
addLiquidity() payable
addLiquidityToUniswapPair()
approve(address spender, uint256 amount) returns (bool)
claimLPTokens()
claimTokens()
createUniswapPair() returns (address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyRecoveryIfLiquidityGenerationEventFails()
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDev(address _devAddr)
setPaused(bool _pause)
sync()
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)
LPTokenClaimed(address dst, uint256 value)
LiquidityAddition(address indexed dst, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenClaimed(address dst, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.