Polaris Dawn

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0x4fb2f7b1 at 20729502
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd99a3c0218e75e0f8b94ce1a823029127c9ba98afd4cf5b3ff15bce9cbac3d91
0xaab7c6757dfdcd2e1d6260212d68847f906c7b9fe39e47dc203d9fcec6288e35
0x77d87a0343c2d476044f4656175e4690290aea6439653c877db8c177c65b9cd1

Functions
Getter at block 21158712
ID(view returns (bytes32)
0xe9e191729328974c34cbfc6eea5ad0e4a7be77b043b3ac48de4a89ac6153f042
MAX_FEE(view returns (uint256)
2500
PERCENT_BASE(view returns (uint256)
10000
config(view returns (bool tradeEnabledbool swappinguint8 gasRestrictionsDurationBlocksuint16 buyFeesuint16 sellFeesuint16 swapThresholdBasisPointsuint16 maxTokenAmountPertransactionBasisPointsuint16 maxTokenAmountPerWalletBasisPointsuint16 maxPriorityFeePerGasGweiuint32 deployedBlockNumberuint104 placeholder)
(tradeEnabled=true, swapping=false, gasRestrictionsDurationBlocks=0, buyFees=1000, sellFees=1000, swapThresholdBasisPoints=10, maxTokenAmountPertransactionBasisPoints=200, maxTokenAmountPerWalletBasisPoints=200, maxPriorityFeePerGasGwei=0, deployedBlockNumber=20729502, placeholder=0)
decimals(view returns (uint8)
18
name(view returns (string)
Polaris Dawn
owner(view returns (address)
0x2f4680c617a9a2f74e23df32b3bb97c76a395aa4
symbol(view returns (string)
POLARIS
totalSupply(view returns (uint256)
10000000000000000000000000000
uniswapV2Pair(view returns (address)
0xe48980125ae31c2c7bc44a7a8a628f41013dedfe
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
enableTrade(
renounceOwnership(
setFees(uint16 _buyFeesuint16 _sellFees
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints
setSwapThreshold(uint16 _supplyPercent
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _supplyToLiquidityaddress _routerAddressuint16 _buyFeesuint16 _sellFeesuint16 _maxPriorityFeePerGasuint8 _gasRestrictionsBlocksbool _renouncebool _tradeEnabled
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
aboveMaxSupplyPercentPerWallet(uint256 amountuint256 maxAmount
aboveMaxSupplyPercentPertransaction(uint256 amountuint256 maxAmount
belowMinSupplyPercentPerWallet(uint256 amountuint256 minAmount
belowMinSupplyPercentPertransaction(uint256 amountuint256 minAmount
feesTooHigh(uint256 feesuint256 maxFees
restricted(address account
swapThresholdOutOfRange(uint256 thresholduint256 minThresholduint256 maxThreshold
tradeNotEnabled(