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 "Inspect "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18498064 | a year ago | | | 0 | 0.00060005821 | |
| 18497793 | a year ago | | | 0 | 0.00057520391 | |
| 18497516 | a year ago | | | 0 | 0.0010616337 | |
| 18497425 | a year ago | | | 0 | 0.0018875200 | |
| 18497327 | a year ago | | | 0 | 0.00067623362 | |
| 18497272 | a year ago | | | 0 | 0.00098201365 | |
| 18497270 | a year ago | | | 0 | 0.00056454385 | |
| 18497266 | a year ago | | | 0 | 0.0010915200 | |
| 18497257 | a year ago | | | 0 | 0.00097792405 | |
| 18497254 | a year ago | | | 0 | 0.00082159336 |
ABI
ABI objects
Getter at block 21215376
decimals() pure returns (uint8)
9
maxWallet() view returns (uint256)
1000000000000000000
name() view returns (string)
Inspect
owner() view returns (address)
0x090afbcc1c8aae61e9ff43b2bda55bd5d67f4b75
pool() view returns (address)
0x090afbcc1c8aae61e9ff43b2bda55bd5d67f4b75
symbol() view returns (string)
INSP
totalSupply() view returns (uint256)
1000000000000000000
totalSupplyOnStart() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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()
startTrade(address poolAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.