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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20939761 | 2 months ago | | | 0 | 7.1897173e-7 | |
| 20168509 | 2 months ago | | | 0 | 2.4146200e-7 | |
| 17640435 | 4 months ago | | | 0 | 1.6874296e-7 | |
| 17513954 | 4 months ago | | | 0 | 7.2934442e-7 | |
| 17352928 | 4 months ago | | | 0 | 7.2113155e-7 | |
| 15841640 | 5 months ago | | | 0 | 7.1724648e-7 | |
| 15792756 | 5 months ago | | | 0 | 6.7938597e-7 | |
| 15791185 | 5 months ago | | | 0 | 6.7978523e-7 | |
| 15775063 | 5 months ago | | | 0 | 4.3499378e-7 | |
| 15771036 | 5 months ago | | | 0 | 7.1442249e-7 |
ABI
ABI objects
Getter at block 22934959
DOMAIN_SEPARATOR() view returns (bytes32)
0xc9182e136e4b1f0366a855f7939b74715e4dcc6bd2a6766a55f51b88f053e37a
creator() view returns (address)
0x6c745a81aef737d0ab64580c90c2f897bcf89bd1
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
80
name() view returns (string)
PipiTa
symbol() view returns (string)
PIPITA
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()