SquidGrow AirDrop IOU
Verified contract
Active on
Ethereum with 5,681 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,507,933.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQGROW | ERC-20 | 81.154169M | $0.06787 |
$5,507,933.45 | |
SquidGrow | ERC-20 | 999.999899M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311191 | 9 minutes ago | | | 0 | 0.0012504447 | |
| 21311169 | 14 minutes ago | | | 0 | 0.0014784428 | |
| 21311125 | 22 minutes ago | | | 0 | 0.0014415430 | |
| 21311076 | 32 minutes ago | | | 0 | 0.0013875996 | |
| 21311031 | 41 minutes ago | | | 0 | 0.0014072714 | |
| 21311020 | 44 minutes ago | | | 0 | 0.0013174161 | |
| 21310965 | an hour ago | | | 0 | 0.0013945758 | |
| 21310538 | 2 hours ago | | | 0 | 0.0020111304 | |
| 21310407 | 3 hours ago | | | 0 | 0.0016197660 | |
| 21310161 | 4 hours ago | | | 0 | 0.0018223433 |
ABI
ABI objects
Getter at block 21311235
bonusForTradeIn() view returns (uint256)
0
claimable() view returns (bool)
true
decimals() view returns (uint8)
19
discount() view returns (uint256)
500
exchangeRate() view returns (uint256)
791145484940
maxContribution() view returns (uint256)
106000000000000000000
merkleRoot() view returns (bytes32)
0x970f540b7c7ef70fbb83c1c7d1d607e1c3018ab5765f695f1f96623be8bee4e4
name() view returns (string)
SquidGrow AirDrop IOU
owner() view returns (address)
0x5059b877fc97f9f000d60d1b879a8ca4f4475d21
squidGrowToken() view returns (address)
0xb72e76ccf005313868db7b48070901a44629da98
status() view returns (uint8)
0
symbol() view returns (string)
SGIOU
totalContributions() view returns (uint256)
540385876070035965100
totalContributionsTokens() view returns (uint256)
44890003827706311226289
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isClaimed(uint256 index) view returns (bool)
isWhitelisted(bytes32[] _merkleProof, address _address) view returns (bool)
isWhitelistedForAirdrop(uint256 index, address account, uint256 amount, bytes32[] merkleProof) view returns (bool)
publicContributions(address) view returns (uint256)
whitelistContributions(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAirdrop(uint256 index, uint256 amount, bytes32[] merkleProof)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositTokensForAirdrop(uint256 amount)
emergencyWithdraw(address token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
publicContribution() payable returns (uint256 tokenAmount)
renounceOwnership()
setBonusForTradeIn(uint256 _bonusForTradeIn)
setClaimable(bool _claimable)
setDiscount(uint256 _discount)
setExchangeRate(uint256 _exchangeRate)
setILOStatus(uint8 _status)
setMaxContribution(uint256 _maxContribution)
setMerkleRoot(bytes32 _merkleRoot)
setSquidGrowToken(address _squidGrowToken)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistContribution(bytes32[] _merkleProof) payable returns (uint256 tokenAmount)
withdrawContribtions()
withdrawTokens()
AirdropClaimed(address _address, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Contribution(uint256 amount, address contributor)
ContributionsWithdrawn(uint256 _contributionWithdrawn)
ILOStatusSet(uint256 _saleStatus)
MaxContributionSet(uint256 amount)
MerkleRootSet(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceSet(uint256 price)
SetBonusForTradeIn(uint256 _bonusForTrade)
SetClaimable(bool _claimable)
SetDiscount(uint256 _discount)
SquidGrowAddressSet(address _squidGrowAddress)
TokensDepositedForAirdrop(uint256 _amount)
TokensWithdrawn(address _address, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _squidGrowToken)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimNotActive()
IndividualMaxContributionReached()
InvalidAmount()
IsNotWhitelisted()
IsZeroAddress()
MaxContributionReached()
NotWhitelisted()
OutOfRange()
PublicSaleNotActive()
WhitelistSaleNotActive()