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 "Queen Kama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21330083 | a month ago | | | 0 | 2.6223029e-7 | |
| 20653002 | 2 months ago | | | 0 | 1.5156080e-7 | |
| 20635402 | 2 months ago | | | 0 | 4.7866251e-7 | |
| 20634959 | 2 months ago | | | 0 | 3.7819556e-7 | |
| 20634891 | 2 months ago | | | 0 | 3.7363346e-7 | |
| 20634699 | 2 months ago | | | 0 | 3.5517460e-7 | |
| 20633239 | 2 months ago | | | 0 | 3.9312661e-7 | |
| 20633168 | 2 months ago | | | 0 | 3.9348652e-7 | |
| 20631603 | 2 months ago | | | 0 | 4.7516597e-7 | |
| 20622046 | 2 months ago | | | 0 | 1.8690452e-7 |
ABI
ABI objects
Getter at block 23173055
DOMAIN_SEPARATOR() view returns (bytes32)
0x7e413331d783c7f1d77d50a785d27dfd9a11dac7db70bb4b22db0fb7cca4d002
creator() view returns (address)
0xe36e7ec3fab0a1f544592ea3585777f3f8b36957
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
80
name() view returns (string)
Queen Kama
symbol() view returns (string)
KAMA
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()