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 |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21342243 | 16 days ago | | | 0 | 0.000000089204399261 | |
| 20927260 | a month ago | | | 0 | 1.8706075e-7 | |
| 20645241 | a month ago | | | 0 | 1.3802831e-7 | |
| 20616825 | a month ago | | | 0 | 1.5889540e-7 | |
| 20610555 | a month ago | | | 0 | 2.1566871e-7 | |
| 20610031 | a month ago | | | 0 | 3.1372086e-7 | |
| 20522777 | a month ago | | | 0 | 2.8112404e-7 | |
| 20500402 | a month ago | | | 0 | 2.8458594e-7 | |
| 20351581 | a month ago | | | 0 | 2.5422931e-7 | |
| 20168342 | a month ago | | | 0 | 2.6003600e-7 |
ABI
ABI objects
Getter at block 22053825
DOMAIN_SEPARATOR() view returns (bytes32)
0x3008920efef3357bb1bdb544a89603f11695d48051b15a098f5df0521e5a6466
creator() view returns (address)
0x4955291d7906dbf10300c0fcf35aac4109fcdbb2
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
0
name() view returns (string)
Hawk Tuah
symbol() view returns (string)
SPIT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExempt(address account) view returns (bool)
isPoolOrRouter(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addExempt(address _contract)
addPoolOrRouter(address _contract)
approve(address spender, uint256 amount) returns (bool)
initialize(address _protocolAddr, address _protocolTreasury, uint256 _protocolFeesBps, uint256 _creatorFeesBps, address _pool, address[] _routers, address[] _exemptsAddr)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setCreatorAddress(address _creator)
setCreatorFeeBps(uint256 _newFeeBps)
setProtocolAddress(address _protocolAddress)
setProtocolFeeBps(uint256 _newFeeBps)
setTreasuryAddress(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
CreatorAddressUpdated(address oldCreator, address newCreator)
CreatorFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
ExemptAdded(address indexed account)
PoolOrRouterAdded(address indexed account)
ProtocolAddressUpdated(address oldProtocol, address newProtocol)
ProtocolFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
Transfer(address indexed from, address indexed to, uint256 amount)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor(string _name, string _symbol, address _memeception, address _creator)
This contract contains no fallback and receive objects.
AddressZero()
AlreadyInitialized()
CreatorFeeTooHigh()
OnlyCreator()
OnlyProtocol()
PoolNotInitialized()
ProtocolFeeTooHigh()