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 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21540924 | a month ago | | | 0 | 7.2718190e-7 | |
| 20651853 | 2 months ago | | | 0 | 1.3197497e-7 | |
| 20651598 | 2 months ago | | | 0 | 1.3584062e-7 | |
| 20634652 | 2 months ago | | | 0 | 3.5564782e-7 | |
| 20634248 | 2 months ago | | | 0 | 3.7904289e-7 | |
| 20633671 | 2 months ago | | | 0 | 3.5714079e-7 | |
| 20632376 | 2 months ago | | | 0 | 0.000000407707142658 | |
| 20631683 | 2 months ago | | | 0 | 4.7459250e-7 | |
| 20631369 | 2 months ago | | | 0 | 4.3964054e-7 | |
| 20614780 | 2 months ago | | | 0 | 1.6806967e-7 |
ABI
ABI objects
Getter at block 23103818
DOMAIN_SEPARATOR() view returns (bytes32)
0xbcafe7272a1d155275151270dbb8e1722ce5a9e79358c69fac124d6a90a99f4e
creator() view returns (address)
0x20a1ad87e3b3d4e96cf3b855decc5c83b299fc29
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
50
name() view returns (string)
King Newsom
symbol() view returns (string)
KING
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()