POLKAINSURE.FINANCE
Verified contract
Active on
Ethereum with 3,597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
1 additional
variable
Balances ($1,079.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.07932K | $1.00 |
$1,079.32 | |
PIS | ERC-20 | 5.050514K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20935069 | a month ago | | | 0 | 0.00058087500 | |
| 20934887 | a month ago | | | 0 | 0.0011340401 | |
| 20583194 | 3 months ago | | | 0 | 0.000026349311 | |
| 20583192 | 3 months ago | | | 0 | 0.000027630489 | |
| 20514119 | 3 months ago | | | 0 | 0.000096984000 | |
| 20251269 | 4 months ago | | | 0 | 0.000042637831 | |
| 19453016 | 8 months ago | | | 0 | 0.00067966381 | |
| 19427520 | 8 months ago | | | 0 | 0.0017068129 | |
| 19306232 | 9 months ago | | | 0 | 0.00098671137 | |
| 19063423 | 10 months ago | | | 0 | 0.00055992721 |
ABI
ABI objects
Getter at block 21161692 pendingReleasableDevFund() view returns (uint256)
LIQUIDITY_PERCENT() view returns (uint256)
30
MAX_SUPPLY() view returns (uint256)
100000000000000000000000
PRIVATE_SALE_PERCENT() view returns (uint256)
10
PUBLIC_SALE_PERCENT() view returns (uint256)
30
SHIELD_MINING_PERCENT() view returns (uint256)
20
TEAM_RESERVED_PERCENT() view returns (uint256)
10
contractStartTimestamp() view returns (uint256)
1609605678
decimals() view returns (uint8)
18
devFundAddress() view returns (address)
0x26755cb0be9ee2f7d1183edbc342c2cee0e9cfb5
devFundTotal() view returns (uint256)
10000000000000000000000
feeDistributor() view returns (address)
0x661f7932d91ab860b2622f5f6f827797209f47aa
liquidityAddress() view returns (address)
0xd77b9112d4631345c3c15d15014344a52d2b1c31
liquidityLockedTokens() view returns (bool isUnlocked, uint256 unlockedTime, uint256 amount)
(isUnlocked=true, unlockedTime=1609605678, amount=30000000000000000000000)
name() view returns (string)
POLKAINSURE.FINANCE
owner() view returns (address)
0x4b256fbc9d9ab0648ae4d768b3c983128798d5bc
privateSaleAddress() view returns (address)
0x42e995a4bd67c6a35ac8d0f2d785b9925020d109
privateSaleLockedTokens() view returns (bool isUnlocked, uint256 unlockedTime, uint256 amount)
(isUnlocked=true, unlockedTime=1612024878, amount=10000000000000000000000)
publicSaleAddress() view returns (address)
0xbfe6295730783d82254a6a9c0ee3aa696113e034
publicSaleLockedTokens() view returns (bool isUnlocked, uint256 unlockedTime, uint256 amount)
(isUnlocked=true, unlockedTime=1609605678, amount=30000000000000000000000)
shieldMiningAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PIS
totalSupply() view returns (uint256)
80000000000000000000000
transferCheckerAddress() view returns (address)
0x03738b3e5e7b19986096769812a31d5e080bad08
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
devFunds(uint256) view returns (bool isUnlocked, uint256 unlockedTime, uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDevFundReciever(address _devaddr)
setFeeDistributor(address _feeDistributor)
setTransferChecker(address _transferCheckerAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockDevFund()
unlockLiquidityFund()
unlockPrivateSaleFund()
unlockPublicSaleFund()
Approval(address indexed owner, address indexed spender, uint256 value)
Log(string log)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _privateSaleAddress, address _publicSaleAddress, address _liquidityAddress, address _devFundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.