LeisureMeta
Verified contract
Active on
Ethereum with 15,888 txns
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 |
---|---|---|---|---|---|
HQG | ERC-20 | 0.023 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157139 | 4 hours ago | | | 0 | 0.00067960357 | |
| 21157130 | 4 hours ago | | | 0 | 0.00062818506 | |
| 21156215 | 7 hours ago | | | 0 | 0.00078435987 | |
| 21156211 | 7 hours ago | | | 0 | 0.0016179448 | |
| 21156208 | 7 hours ago | | | 0 | 0.00074143466 | |
| 21154479 | 13 hours ago | | | 0 | 0.00033129594 | |
| 21154464 | 13 hours ago | | | 0 | 0.00034298732 | |
| 21154334 | 13 hours ago | | | 0 | 0.00055802442 | |
| 21154295 | 13 hours ago | | | 0 | 0.00053062120 | |
| 21154280 | 13 hours ago | | | 0 | 0.00049980986 |
ABI
ABI objects
Getter at block 21158308
decimals() view returns (uint8)
18
getDDay() view returns (uint256)
1677120000
name() view returns (string)
LeisureMeta
owner() view returns (address)
0x4f087e741b07130b8f221ecf457c7371fed48bc8
paused() view returns (bool)
false
symbol() view returns (string)
LM
totalSupply() view returns (uint256)
4668074832130000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockedAmount(address beneficiary) view returns (uint256)
lockedItems(address beneficiary) view returns (struct LeisureMetaLockedItem[])
revocablyLockedItems(address beneficiary) view returns (struct LeisureMetaLockedItem[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
customLock(address beneficiary, uint256 amount, uint256 partition, uint256 startMonth)
daoLock(address beneficiary, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
generalLock(address beneficiary, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
revoke(address from)
saleLock(address beneficiary, uint256 amount)
setDDay(uint256 dDay)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
CustomLock(address indexed beneficiary, uint256 totalAmount, uint256 partition, uint256 startMonth)
DaoLock(address indexed beneficiary, uint256 totalAmount)
GeneralLock(address indexed beneficiary, uint256 totalAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Revoke(address indexed from, uint256 amount, uint256 revokeTime)
SalesLock(address indexed beneficiary, uint256 totalAmount)
SetDDay(uint256 dDay)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialDDay)
This contract contains no fallback and receive objects.
This contract contains no error objects.