FriesDAOTokenSale
Verified contract
Active on
Ethereum with 1,054 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($249.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 250 | $0.998909 |
$249.73 | |
FRIES | ERC-20 | 4.697835M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16083595 | 2 years ago | | | 0 | 0.0014733584 | |
| 15841491 | 2 years ago | | | 0 | 0.0025366482 | |
| 15430942 | 2 years ago | | | 0 | 0.0010299918 | |
| 15430164 | 2 years ago | | | 0 | 0.00059428676 | |
| 15154618 | 2 years ago | | | 0 | 0.0024558901 | |
| 15100733 | 2 years ago | | | 0 | 0.0019999496 | |
| 15007553 | 2 years ago | | | 0 | 0.0017851616 | |
| 14948105 | 3 years ago | | | 0 | 0.0036569217 | |
| 14948073 | 3 years ago | | | 0 | 0.0022125689 | |
| 14882262 | 3 years ago | | | 0 | 0.0019395400 |
ABI
ABI objects
Getter at block 21388796
FRIES() view returns (address)
0xfa57f00d948bb6a28072f5416fcbf7836c3d62dd
FRIES_DECIMALS() view returns (uint256)
18
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDC_DECIMALS() view returns (uint256)
6
baseWhitelistAmount() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x1fdb05f4a3128d437eb141d27523f4b71bd994a4f48c160be4a03e502fd10853
owner() view returns (address)
0x7163bee2a0a4c75d1236bf053e429f86eb45426e
publicSaleActive() view returns (bool)
false
redeemActive() view returns (bool)
true
refundActive() view returns (bool)
false
salePrice() view returns (uint256)
43312503100000000000
totalCap() view returns (uint256)
9696969000000
totalPurchased() view returns (uint256)
5401701624901
treasury() view returns (address)
0x7163bee2a0a4c75d1236bf053e429f86eb45426e
vestingPercent() view returns (uint256)
850
whitelistSaleActive() view returns (bool)
false
Read-only
purchased(address) view returns (uint256)
redeemed(address) view returns (uint256)
vesting(address) view returns (bool)
State-modifying
Events buyFries(uint256 value)
buyWhitelistFries(uint256 value, uint256 whitelistLimit, bool vestingEnabled, bytes32[] proof)
redeemFries()
refundFries(uint256 amount)
renounceOwnership()
setPublicSaleActive(bool active)
setRedeemActive(bool active)
setRefundActive(bool active)
setRoot(bytes32 _root)
setSalePrice(uint256 price)
setTotalCap(uint256 amount)
setTreasury(address treasuryAddress)
setVestingPercent(uint256 percent)
setWhitelistSaleActive(bool active)
transferOwnership(address newOwner)
BaseWhitelistAmountChanged(uint256 baseWhitelistAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicSaleActiveChanged(bool active)
Purchased(address indexed account, uint256 amount)
RedeemActiveChanged(bool active)
Redeemed(address indexed account, uint256 amount)
RefundActiveChanged(bool active)
Refunded(address indexed account, uint256 amount)
SalePriceChanged(uint256 price)
TotalCapChanged(uint256 totalCap)
TreasuryChanged(address treasury)
VestingPercentChanged(uint256 vestingPercent)
WhitelistSaleActiveChanged(bool active)
constructor(address usdcAddress, address friesAddress, address treasuryAddress, bytes32 root)
This contract contains no fallback and receive objects.
This contract contains no error objects.