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 "WHERE IS JOE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678548 | a month ago | | | 0 | 3.2535755e-7 | |
| 20652749 | a month ago | | | 0 | 1.3482633e-7 | |
| 20651586 | a month ago | | | 0 | 1.3688610e-7 | |
| 20651494 | a month ago | | | 0 | 1.3917487e-7 | |
| 20650442 | a month ago | | | 0 | 1.1990585e-7 | |
| 20649345 | a month ago | | | 0 | 1.2820575e-7 | |
| 20649098 | a month ago | | | 0 | 1.4119451e-7 | |
| 20636004 | a month ago | | | 0 | 4.2865746e-7 | |
| 20635984 | a month ago | | | 0 | 4.3644325e-7 | |
| 20635962 | a month ago | | | 0 | 4.3671332e-7 |
ABI
ABI objects
Getter at block 21837164
DOMAIN_SEPARATOR() view returns (bytes32)
0xedf2b406e23026e851987dafad80181a437b94a288601d4230a918b0a67a9f52
creator() view returns (address)
0x7bc153e86a595112bb3d604b343cd62e32e72d5a
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
50
name() view returns (string)
WHERE IS JOE
symbol() view returns (string)
WHERE
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()