Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($923.19)
Native
Value
$923.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.254451 | $3,628.18 |
$923.19 | |
UNI-V2 | ERC-20 | 107.182883 | -- | -- | |
CRFI | ERC-20 | 10.180153 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787539 | 2 months ago | | | 0 | 0.0010281995 | |
| 20644550 | 3 months ago | | | 0 | 0.000051860666 | |
| 20644533 | 3 months ago | | | 0 | 0.000048124406 | |
| 16871288 | 2 years ago | | | 0 | 0.0010019952 | |
| 15860779 | 2 years ago | | | 0 | 0.00022598496 | |
| 15506655 | 2 years ago | | | 0 | 0.00047381957 | |
| 12702650 | 3 years ago | | | 0 | 0.00026227800 | |
| 12698167 | 3 years ago | | | 0 | 0.00021856500 | |
| 12517141 | 4 years ago | | | 0 | 0.0025178040 | |
| 12045347 | 4 years ago | | | 0 | 0.0093949860 |
ABI
ABI objects
Getter at block 21285996
_balanceOfLpTokens() view returns (uint256)
0
_burnPool() view returns (address)
0x000000000000000000000000000000000000dead
_totalBurnedLpTokens() view returns (uint256)
0
_totalBurnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
18
feeDecimals() view returns (uint8)
0
feePercentage() view returns (uint32)
3
inSwapAndAbsorb() view returns (bool)
false
minTokensBeforeAddToLP() view returns (uint256)
300
minimumSupply() view returns (uint256)
0
name() view returns (string)
Corfi
owner() view returns (address)
0xa2483bb71fe682e456dcfdcbfcea91a7153ae57b
presale() view returns (address)
0x208ba1670bca38e7ba89c4fee5b5d6eb1c7ee5e3
swapAndAbsorbEnabled() view returns (bool)
true
symbol() view returns (string)
CRFI
totalSupply() view returns (uint256)
140000000000000000000000
uniswapV2Pair() view returns (address)
0x546ed2f417519d93683b9574694e698a52b949de
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allocationFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcTokenFee(uint256 _amount, uint8 _feeDecimals, uint32 _feePercentage) pure returns (uint256 locked)
tokenFromAllocation(uint256 aAmount) view returns (uint256)
State-modifying
Events allocate(uint256 tAmount)
approve(address spender, uint256 amount) returns (bool)
burnLiq(address _token, address _to, uint256 _amount)
changeFeeDivider(uint256 n)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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)
unPauseTransferForever()
updateFee(uint8 _feeDecimals, uint32 _feePercentage)
updateFeesAndSwapsEnabled(uint8 absFeeDecimals, uint32 absFeePercentage, uint256 absFeeDivider, bool _enabled)
updateMinTokensBeforeAddToLP(uint256 _minTokensBeforeAddToLP)
updateSwapAndAbsorbEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MinTokensBeforeAddToLPUpdated(uint256 minTokensBeforeAddToLP)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndAbsorb(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndAbsorbEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint8 _feeDecimals, uint32 _feePercentage, uint256 _minTokensBeforeAddToLP, bool _swapAndAbsorbEnabled, address _presale)
receive()
This contract contains no error objects.