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 "LIGMA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20099643 | 5 months ago | | | 0 | 0.00015298720 | |
| 19952978 | 6 months ago | | | 0 | 0.00017519689 | |
| 19846150 | 7 months ago | | | 0 | 0.00025632634 | |
| 18700327 | a year ago | | | 0 | 0.00086322303 | |
| 18424225 | a year ago | | | 0 | 0.00031548608 | |
| 18380913 | a year ago | | | 0 | 0.00029347794 | |
| 18262456 | a year ago | | | 0 | 0.00086781268 | |
| 18213671 | a year ago | | | 0 | 0.00081037243 | |
| 17935906 | a year ago | | | 0 | 0.0032604165 | |
| 17736174 | a year ago | | | 0 | 0.0011695100 |
ABI
ABI objects
Getter at block 21303110
HARD_LIMIT() view returns (uint256)
69000000000000000000
MAXIMUM_CONTRIBUTION() view returns (uint256)
1000000000000000000
MAX_TOKEN_SUPPLY() view returns (uint256)
420420420420420000000000000000000
MINIMUM_CONTRIBUTION() view returns (uint256)
100000000000000000
PRESALE_TOKEN_SUPPLY() view returns (uint256)
210210210210210000000000000000000
RESERVED_TOKEN_SUPPLY() view returns (uint256)
210210210210210000000000000000000
decimals() view returns (uint8)
18
isOpenToContributions() view returns (bool)
false
name() view returns (string)
lIGMA
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LIGMA
totalAmountContributed() view returns (uint256)
68906606766500277000
totalContributors() view returns (uint256)
222
totalSupply() view returns (uint256)
420420420420420000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contributorData(uint256) view returns (address contributorAddr, uint256 contributionAmount)
contributorIndex(address) view returns (uint256)
isWhitelisted(address) view returns (bool)
State-modifying
Events airdropPresaleTokens()
approve(address spender, uint256 amount) returns (bool)
batchWhitelist(address[] _addresses)
changeWhitelistStatus(address _address, bool _status)
contributeToPresale() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintReservedTokens()
refundAllContributors()
renounceOwnership()
setContributionStatus(bool _status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFunds(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.