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 "Spock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19839000 | 6 months ago | | | 0 | 0.00022473177 | |
| 18658594 | a year ago | | | 0 | 0.00072297068 | |
| 18309478 | a year ago | | | 0 | 0.00015152057 | |
| 18309025 | a year ago | | | 0 | 0.00014968420 | |
| 17737644 | a year ago | | | 0 | 0.0010079554 | |
| 17702380 | a year ago | | | 0 | 0.00027397255 | |
| 17694820 | a year ago | | | 0 | 0.00074528492 | |
| 17648798 | a year ago | | | 0 | 0.00059603300 | |
| 17634286 | a year ago | | | 0 | 0.0011025094 | |
| 17623594 | a year ago | | | 0 | 0.0015516280 |
ABI
ABI objects
Getter at block 21159422
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTransactionAmt() view returns (uint256)
5000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Spock
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x1d7d2430a937ce90633bf70f6ed9b30a58d26fab
symbol() view returns (string)
Spock
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
v3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
isMaxTxExempt(address) view returns (bool)
isPool(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
sendEth()
setIsFeeEx(address account, bool exempt)
setIsMaxTxEx(address account, bool exempt)
setIsPool(address _pool, bool _isPool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferToken(address _token, address _to)
updateMaxAmt(uint256 newNum)
updateMaxWalletAmt(uint256 newNum)
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.