LunacyDAO
Verified contract
Active on
Ethereum with 396 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LunacyDAO"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19049038 | 10 months ago | | | 0 | 0.00095800217 | |
| 18339218 | a year ago | | | 0 | 0.00028936934 | |
| 15606102 | 2 years ago | | | 0 | 0.00018610400 | |
| 15334935 | 2 years ago | | | 0 | 0.00044177805 | |
| 15004679 | 2 years ago | | | 0 | 0.00068508684 | |
| 14929356 | 2 years ago | | | 0 | 0.0036390495 | |
| 14924014 | 2 years ago | | | 0 | 0.0034281139 | |
| 14924001 | 2 years ago | | | 0 | 0.0030360192 | |
| 14872094 | 3 years ago | | | 0 | 0.0013266922 | |
| 14865842 | 3 years ago | | | 0 | 0.00077493739 |
ABI
ABI objects
Getter at block 21310986
DOMAIN_SEPARATOR() view returns (bytes32)
0x9ec1456076b8628c549f1c94e6b72a72ef217baa620be737aa8130102f0467ac
claiming() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
LunacyDAO
symbol() view returns (string)
LUNAC
totalSupply() view returns (uint256)
420000095348264158620000000000
Read-only
addressFromPublicKey(bytes _compPubKey) pure returns (string result)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
canClaim(bytes _signature, bytes _compPubKey) view returns (bool)
hasClaimed(string) view returns (bool)
initiallyClaimed(address) view returns (uint256)
leftToClaim(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 amount, bytes _minterSignature, bytes _terraSignature, bytes _terraPubKey)
claimRemainder()
enableClaiming()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
Claim(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _minter)
This contract contains no fallback and receive objects.
AlreadyClaimed()
CannotClaim()
ClaimingNotEnabled()
InvalidAddress()
InvalidSignature()
InvalidSignatureLength()
NothingLeftToClaim()
TooEarlyToClaimRemainder()
Unauthorized()