Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0xInsure"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404538 | 4 months ago | | | 0 | 0.000083816456 | |
| 20256527 | 5 months ago | | | 0 | 0.000094766765 | |
| 20154185 | 5 months ago | | | 0 | 0.00012750807 | |
| 19887502 | 7 months ago | | | 0 | 0.00042521400 | |
| 19861051 | 7 months ago | | | 0 | 0.00025548531 | |
| 19514873 | 8 months ago | | | 0 | 0.00099291527 | |
| 18719783 | a year ago | | | 0 | 0.0012082538 | |
| 18240635 | a year ago | | | 0 | 0.00034735183 | |
| 18183059 | a year ago | | | 0 | 0.00039501118 | |
| 18070906 | a year ago | | | 0 | 0.00043552953 |
ABI
ABI objects
Getter at block 21321751
decimals() view returns (uint8)
18
devFee() view returns (uint256)
1
devWallet() view returns (address)
0x7617cae48d5d4e77807a463f032f72bec93542f4
insuranceFee() view returns (uint256)
3
insuranceWallet() view returns (address)
0x3311e02ff6c6c5f3a4d73372f23ca65ab00d47ed
isTradingEnabled() view returns (bool)
true
limit() view returns (bool)
true
liquidityFee() view returns (uint256)
1
liquidityWallet() view returns (address)
0x07cade9ba13098e0b681c91f461e8fbfcef952c0
maxWalletLimit() view returns (uint256)
20000000000000000000000000
name() view returns (string)
0xInsure
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
0xI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimStuckedTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeMaxWalletLimit()
renounceOwnership()
setFeeWallets(address dev, address insurance, address liquidity)
setFees(uint256 dev, uint256 insurance, uint256 liquidity)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletPercent(uint256 newPercent)
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()
receive()
This contract contains no error objects.