Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($54.19)
Native
Value
$54.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015141 | $3,579.16 |
$54.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18981813 | a year ago | | | 0 | 0.00069131220 | |
| 18979415 | a year ago | | | 0 | 0.0017552124 | |
| 18979393 | a year ago | | | 0 | 0.0065674917 | |
| 15039122 | 2 years ago | | | 0 | 0.0027301884 | |
| 15039118 | 2 years ago | | | 0 | 0.0018277545 | |
| 15039087 | 2 years ago | | | 0 | 0.0013273356 | |
| 15038907 | 2 years ago | | | 0.015141083 | 0.00071599957 | |
| 15038867 | 2 years ago | | | 0 | 0.0014956305 |
ABI
ABI objects
Getter at block 21289621
_burnFee() view returns (uint8)
1
_buybackFee() view returns (uint8)
1
_liquidityFee() view returns (uint8)
1
_name() view returns (string)
OBELISK
_symbol() view returns (string)
OBELISK
_tTotal() view returns (uint256)
100000000000000000000000000000
_taxFee() view returns (uint8)
1
_walletFee() view returns (uint8)
0
buyBackUpperLimitAmount() view returns (uint256)
10000000000000000000000000
createdByMetacrypt() pure returns (bool)
true
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0x315fbccbede884bb7476fe98f02531f8fcd38eec
getIdentifier() view returns (string)
Metacrypt_B_TR_TAX_NC_X
maxBurnFee() view returns (uint8)
10
maxBuybackFee() view returns (uint8)
10
maxLiqFee() view returns (uint8)
10
maxTaxFee() view returns (uint8)
10
maxWalletFee() view returns (uint8)
10
minMxTxPercentage() view returns (uint8)
1
minMxWalletPercentage() view returns (uint8)
1
name() view returns (string)
OBELISK
numTokensSellToAddToLiquidity() view returns (uint256)
100000000000000000000000000
owner() view returns (address)
0x6ae5f917f249ce10d27e4cfd40e46d0ced626d40
pcsV2Pair() view returns (address)
0x7cc22ccfa9a829425014043e8ead9c0a679b5550
pcsV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
OBELISK
totalFees() view returns (uint256)
977404509706298750649687817
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setAllFeePercent(uint8 taxFee, uint8 liquidityFee, uint8 burnFee, uint8 walletFee, uint8 buybackFee)
setBuybackUpperLimit(uint256 buyBackLimit)
setFeeWallet(address newFeeWallet)
setSwapAndLiquifyEnabled(bool _enabled)
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)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address __metacrypt_target, string __metacrypt_name, string __metacrypt_symbol, uint8 __metacrypt_decimals, uint256 __metacrypt_initial, address __metacrypt_router, uint8 __metacrypt_tax_reflection, uint8 __metacrypt_tax_wallet, uint8 __metacrypt_tax_burn, uint8 __metacrypt_tax_liquidity, uint8 __metacrypt_tax_buyback)
receive()
This contract contains no error objects.