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 |
---|---|---|---|---|---|
MEOWL | ERC-20 | 26.604469K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18690916 | a year ago | | | 0 | 0.0080794428 | |
| 18434534 | a year ago | | | 0 | 0.0042107726 | |
| 18401907 | a year ago | | | 0 | 0.00085662149 | |
| 18163344 | a year ago | | | 0 | 0.0033434532 | |
| 18089697 | a year ago | | | 0 | 0.0010259933 | |
| 18078473 | a year ago | | | 0 | 0.0032113517 | |
| 18008201 | a year ago | | | 0 | 0.00048217755 | |
| 17997209 | a year ago | | | 0 | 0.0010878675 | |
| 17954730 | a year ago | | | 0 | 0.0011580840 | |
| 17921694 | a year ago | | | 0 | 0.0032812380 |
ABI
ABI objects
Getter at block 21228873
decimals() view returns (uint8)
18
meowl() view returns (address)
0x1f1f26c966f483997728bed0f9814938b2b5e294
name() view returns (string)
vMeowl
owner() view returns (address)
0x1bb0303f9e28031a5ffd9ffaa37c6adcae9f5bbb
startTime() view returns (uint256)
1690854047
symbol() view returns (string)
VMEOWL
timePeriodInSeconds() view returns (uint256)
172800
totalSupply() view returns (uint256)
26604468543888888888889
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableOf(address account) view returns (uint256)
claimedByAccount(address) view returns (uint128)
cumulativeScheduleInBPS(uint256) view returns (uint16)
vestedOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(address recipient)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 initialAmount)
multiMint(address[] accounts, uint256[] initialAmounts)
renounceOwnership()
rescue()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed claimer, uint256 initialAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address meowl_, uint16[] cumulativeScheduleInBPS_, uint256 timePeriodInDays)
This contract contains no fallback and receive objects.
This contract contains no error objects.