Unrekt Protocol
Verified contract
Active on
Ethereum with 228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x9a40…9b09
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$UNREKT | ERC-20 | 329.340172K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096859 | 15 days ago | | | 0 | 0.00018087940 | |
| 21096852 | 15 days ago | | | 0 | 0.00019052483 | |
| 21096824 | 15 days ago | | | 0 | 0.00026019972 | |
| 21089538 | 16 days ago | | | 0 | 0.00024532356 | |
| 21089249 | 16 days ago | | | 0 | 0.00042919626 | |
| 21088780 | 16 days ago | | | 0 | 0.00038321384 | |
| 21088354 | 16 days ago | | | 0 | 0.00039700450 | |
| 21088197 | 16 days ago | | | 0 | 0.00041044831 | |
| 20957595 | a month ago | | | 0 | 0.00087528856 | |
| 20914277 | a month ago | | | 0 | 0.0037740317 |
ABI
ABI objects
Getter at block 21205214
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 development, uint16 revShare, uint16 team, uint16 buybacks, uint16 totalSwap)
(marketing=25, development=10, revShare=7, team=5, buybacks=3, totalSwap=50)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=500)
_taxWallets() view returns (address marketing, address development, address team, address revShare, address buybacks)
(marketing=0x51e11ca32f87f67016e76e62db92e93bce94b832, development=0x6015900ee8da7008a236b46f9528136114ec7049, team=0x639fab1e71f06c63af84a370a0d562c0c6ca4920, revShare=0x013e9b0db1e24c57c09925e952eae6453ccdac81, buybacks=0xcd3ffec64d00303aaf40b0cf77e69c7eff7f4bd0)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
100000000000000000000000000
getOwner() view returns (address)
0x51e11ca32f87f67016e76e62db92e93bce94b832
launchStamp() view returns (uint256)
1719859547
lpPair() view returns (address)
0x4d0b9f6e24fd96f2e240690e3f6f9e4ee5573f54
maxBuyTaxes() view returns (uint256)
25000
maxSellTaxes() view returns (uint256)
25000
maxTransferTaxes() view returns (uint256)
25000
name() pure returns (string)
Unrekt Protocol
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
75000000000000000000000
swapThreshold() view returns (uint256)
25000000000000000000000
symbol() pure returns (string)
$UNREKT
taxesAreLocked() view returns (bool)
true
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setRatios(uint16 marketing, uint16 development, uint16 team, uint16 revShare, uint16 buybacks)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address revShare, address development, address team, address buybacks)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.