Polaris Dawn
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLARIS | ERC-20 | 20M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20729519 | 2 months ago | | | 0 | 0.00012421027 | |
| 20729509 | 2 months ago | | | 0 | 0.00043056338 | |
| 20729505 | 2 months ago | | | 0 | 0.00091181348 |
ABI
ABI objects
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 tradeEnabled, bool swapping, uint8 gasRestrictionsDurationBlocks, uint16 buyFees, uint16 sellFees, uint16 swapThresholdBasisPoints, uint16 maxTokenAmountPertransactionBasisPoints, uint16 maxTokenAmountPerWalletBasisPoints, uint16 maxPriorityFeePerGasGwei, uint32 deployedBlockNumber, uint104 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrade()
renounceOwnership()
setFees(uint16 _buyFees, uint16 _sellFees)
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints)
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints)
setSwapThreshold(uint16 _supplyPercent)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address token)
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(string _name, string _symbol, uint256 _totalSupply, uint256 _supplyToLiquidity, address _routerAddress, uint16 _buyFees, uint16 _sellFees, uint16 _maxPriorityFeePerGas, uint8 _gasRestrictionsBlocks, bool _renounce, bool _tradeEnabled)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
aboveMaxSupplyPercentPerWallet(uint256 amount, uint256 maxAmount)
aboveMaxSupplyPercentPertransaction(uint256 amount, uint256 maxAmount)
belowMinSupplyPercentPerWallet(uint256 amount, uint256 minAmount)
belowMinSupplyPercentPertransaction(uint256 amount, uint256 minAmount)
feesTooHigh(uint256 fees, uint256 maxFees)
restricted(address account)
swapThresholdOutOfRange(uint256 threshold, uint256 minThreshold, uint256 maxThreshold)
tradeNotEnabled()