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 "3V3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787529 | 2 months ago | | | 0 | 0.00063976274 | |
| 15531797 | 2 years ago | | | 0 | 0.00019181129 | |
| 15247203 | 2 years ago | | | 0 | 0.00011892134 | |
| 11948785 | 4 years ago | | | 0 | 0.0035099701 | |
| 11746856 | 4 years ago | | | 0 | 0.0052511200 | |
| 11746811 | 4 years ago | | | 0 | 0.0048428700 | |
| 11673375 | 4 years ago | | | 0 | 0.0023459040 | |
| 11651533 | 4 years ago | | | 0 | 0.0035988300 | |
| 11642781 | 4 years ago | | | 0 | 0.0026658000 | |
| 11625235 | 4 years ago | | | 0 | 0.0052335894 |
ABI
ABI objects
Getter at block 21289200
_getCurrentSupply() view returns (uint256, uint256)
(79347205586983585587142612247429258544528853610321092357727934388098023454811, 1671253001256595163713)
_getRate() view returns (uint256)
47477674252386305207681157894145272723776694676259000452
_getTaxFee() view returns (uint256)
3
_getburnFee() view returns (uint256)
3
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
name() view returns (string)
3V3
owner() view returns (address)
0x202020212139d6df150c9d6f5b470387e3db3fe5
symbol() view returns (string)
3V3
totalBurn() view returns (uint256)
348746998743404836287
totalFees() view returns (uint256)
342700425779831628728
totalSupply() view returns (uint256)
1671253001256595163713
tradingEnabled() view returns (bool)
true
Read-only
_getRValues(uint256 tAmount, uint256 tFee, uint256 tBurn, uint256 currentRate) pure returns (uint256, uint256, uint256)
_getTValues(uint256 tAmount, uint256 taxFee, uint256 burnFee) pure returns (uint256, uint256, uint256)
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 _enableTrading()
_setBurnFee(uint256 burnFee)
_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(address uniswapV2Router)
This contract contains no fallback and receive objects.
This contract contains no error objects.