Jelly

Verified contract

Active on Ethereum with 895 txns
Deployed by via 0xe9aec92b at 19240569
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2,005.16
0xb2c2528b9e8c7af348a6fde756331b06421542db96a5b66556a408bb22e0b09e
0xb3470d5d9ae49506a48520da16bfdac68899921a8c4560133243fb6d8201fe79
0x58196eff113b20fa9547cf3a64834526d89da7bf0ae500d756c95484e570b8a9
0x8c27fca01db36950b2b63db5bbdfbe479cfb1444a4db0966713fbc7775ee84af
0x5523269e14064b3a619f9fe960b6e269022d0b15198bd22f4a646488e58270cc
0xf187b1332db47973a601a1e6f9ef5e853b652ccffe72d05dabdd22edba565fc4
0xfa4416d408011f239424a6c8830d236eb7a1edffcd035819c322e3ab05a0869e
0x7eb4cf119a04159eb774669a7d0cb4a2a128004ac9cc2a20af89d1e2dda96964
0x4338bd455e00b7e4b8ecde881a2d0536a428beac8ad98c6a0a79e889584b9ff4
0x170aa46d887d6dcea911bba6a602514bd0a4a8cb481caef141d94dae53fde133

Functions
Getter at block 21247881
EPOCH_BLOCKS(view returns (uint256)
200
MAX_EPOCH(view returns (uint256)
40
MINT_PRICE(view returns (uint256)
10000000000000000
TOTAL_QUOTA_EACH_EPOCH(view returns (uint256)
25000000000000000000000
baseTokenURI(view returns (string)
currentEpoch(view returns (uint256)
40
currentEpochEndBlock(view returns (uint256)
19248619
dataURI(view returns (string)
https://bafybeifcyg2h62jhs34wjqauyc7xoa5wvfre44efkcchjhdhbi63rcagie.ipfs.nftstorage.link/
decimals(view returns (uint8)
18
getActualCurrentEpoch(view returns (uint256)
40
getActualCurrentEpochStartBlock(view returns (uint256 actualCurrentEpochStartBlock)
19248619
getCurrentEpochEndBlock(view returns (uint256)
19248819
getEpochesCollapsed(view returns (uint256 epochesCollapsed)
9996
minted(view returns (uint256)
643
name(view returns (string)
Jelly
owner(view returns (address)
0xcfc947ff43c8d9c57a82d806ca1d41d8cb999032
startBlock(view returns (uint256)
19240619
symbol(view returns (string)
JELLY
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
EpochSharePerMint(uint256view returns (uint256)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
getClaimableEpoches(address _ownerview returns (uint256[])
getTotalClaimableAmount(address _ownerview returns (uint256)
isApprovedForAll(addressaddressview returns (bool)
isClaimed(uint256addressview returns (bool)
minters(uint256addressview returns (uint256)
nftBalanceOf(address ownerview returns (uint256)
ownerOf(uint256 idview returns (address owner)
tokenAttributes(uint256view returns (uint256)
tokenOfOwnerByIndex(address owner_uint256 index_view returns (uint256)
tokenURI(uint256 idview returns (string)
totalMinted(uint256view returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
batchMint(uint256 quantitypayable 
claimToken(uint256[] epoches
mint(payable 
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setStartBlock(uint256 blockNumber_
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
unwhitelist(
whitelistWithNumOfNFT(uint256 num
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
EpochEnded(uint256 indexed epochuint256 totalMinteduint256 sharePerMint
JellyBatchMinted(address indexed minteruint256 indexed epochuint256 amount
JellyClaimed(address indexed minteruint256 indexed epochuint256 amount
JellyMinted(address indexed minteruint256 indexed epoch
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address teamAddress_address _owner
Fallback and receive
fallback(
receive(
Errors
AlreadyClaimed(
AlreadyExists(
AlreadyUnwhitelisted(
AlreadyWhitelisted(
EpochNotEnded(
InvalidOwner(
InvalidRecipient(
InvalidSender(
MaxEpochsReached(
MintIsNotStarted(
NoEnoughEth(
NoEnoughNFT(
NotEligible(
NotFound(
StartBlockAlreadySet(
Unauthorized(
UnsafeRecipient(