Meowshi
Verified contract
Active on
Ethereum with 3,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Meowshi"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275532 | 2 days ago | | | 0 | 0.00053385262 | |
| 21251747 | 5 days ago | | | 0 | 0.0017470893 | |
| 21247835 | 5 days ago | | | 0 | 0.00087520582 | |
| 21247190 | 5 days ago | | | 0 | 0.00058810179 | |
| 21192815 | 13 days ago | | | 0 | 0.0011884699 | |
| 21162173 | 17 days ago | | | 0 | 0.0018982458 | |
| 21157847 | 18 days ago | | | 0 | 0.0015663814 | |
| 21138965 | 21 days ago | | | 0 | 0.00036079460 | |
| 21080097 | a month ago | | | 0 | 0.00078749573 | |
| 20999089 | a month ago | | | 0 | 0.00080411253 |
ABI
ABI objects
Getter at block 21286479
decimals() view returns (uint8)
18
name() view returns (string)
Meowshi
symbol() view returns (string)
MEOW
totalSupply() view returns (uint256)
4229193385539593238895165122
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
meow(address to, uint256 amount) returns (uint256 shares)
meowSushi(address to, uint256 amount) returns (uint256 shares)
multicall(bytes[] data) returns (bytes[] results)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unmeow(address to, uint256 amount) returns (uint256 amountOut)
unmeowSushi(address to, uint256 amount) returns (uint256 amountOut)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.