CRYPTO10 Hedged
Verified contract
Active on
Ethereum with 32,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 1M | -- | -- | |
EBK | ERC-20 | 262.519046 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20928112 | a month ago | | | 0 | 0.0010529645 | |
| 20857776 | a month ago | | | 0 | 0.00021577234 | |
| 20822101 | 2 months ago | | | 0 | 0.0020652998 | |
| 20505690 | 3 months ago | | | 0 | 0.00024313708 | |
| 20426606 | 3 months ago | | | 0 | 0.00027384863 | |
| 20395603 | 3 months ago | | | 0 | 0.00048492000 | |
| 20395602 | 3 months ago | | | 0 | 0.00048492000 | |
| 20395602 | 3 months ago | | | 0 | 0.000046735000 | |
| 19550738 | 7 months ago | | | 0 | 0.00045760053 | |
| 18996816 | 10 months ago | | | 0 | 0.00040095946 |
ABI
ABI objects
Getter at block 21157956
decimals() view returns (uint8)
18
entryFee() view returns (uint256)
50
exitFee() view returns (uint256)
50
isOwner() view returns (bool)
false
maxAllocationsPerTx() view returns (uint256)
50
maxWithdrawalsPerTx() view returns (uint256)
50
minTokenRedemption() view returns (uint256)
1000000000000000000
minimumWei() view returns (uint256)
50000000000000000
name() view returns (string)
CRYPTO10 Hedged
numberBuysPending() view returns (uint256)
0
numberWithdrawalsPending() view returns (uint256)
2
owner() view returns (address)
0xb3ca89fc841182f3abe8481ca71a2daa50b61c53
paused() view returns (bool)
false
price() view returns (uint256 numerator, uint256 denominator)
(numerator=457833803, denominator=1000000)
symbol() view returns (string)
C10
totalSupply() view returns (uint256)
2493084752887001874263417
whitelistContract() view returns (address)
0x0000000fdf9eb269b38e39e058f45d7d0ddb60f9
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
participantAddresses(uint256) view returns (address)
pendingBuys(address) view returns (uint256)
pendingWithdrawals(address) view returns (uint256)
withdrawals(uint256) view returns (address)
State-modifying
Events addLiquidity() payable
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnForParticipant(address account, uint256 value)
burnFrom(address from, uint256 value)
buy() payable
claimTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
removeLiquidity(uint256 amount)
removeMinter(address account)
removePauser(address account)
renounceMinter()
renounceOwnership()
renouncePauser()
requestWithdrawal(uint256 amountTokensToWithdraw)
setEntryFee(uint256 newFee)
setExitFee(uint256 newFee)
setMaxAllocationsPerTx(uint256 newMaxAllocationsPerTx)
setMaxWithdrawalsPerTx(uint256 newMaxWithdrawalsPerTx)
setMinimumBuyValue(uint256 newMinimumWei)
setMinimumTokenRedemption(uint256 newMinTokenRedemption)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
updatePrice(uint256 newNumerator)
updatePriceDenominator(uint256 newDenominator)
AddLiquidity(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
DepositReceived(address indexed participant, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
PriceUpdate(uint256 numerator, uint256 denominator)
RemoveLiquidity(uint256 value)
TokensClaimed(address indexed token, uint256 balance)
TokensIssued(address indexed participant, uint256 amountTokens, uint256 etherAmount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdraw(address indexed participant, uint256 amountTokens, uint256 etherAmount)
WithdrawFailed(address indexed participant, uint256 amountTokens)
WithdrawInvalidAddress(address indexed participant, uint256 amountTokens)
WithdrawRequest(address indexed participant, uint256 amountTokens)
constructor(uint256 priceNumeratorInput, address whitelistContractInput)
fallback()
This contract contains no error objects.