DeepSeaJelly
Verified contract
Active on
Ethereum with 17,203 txns
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 "DeepSeaJelly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168994 | 11 days ago | | | 0 | 0.0010620714 | |
| 21117762 | 18 days ago | | | 0 | 0.00029678003 | |
| 21071674 | 25 days ago | | | 0 | 0.0012672838 | |
| 21038215 | a month ago | | | 0 | 0.00069980770 | |
| 20640109 | 3 months ago | | | 0 | 0.000051064275 | |
| 20639746 | 3 months ago | | | 0 | 0.000054878920 | |
| 20586524 | 3 months ago | | | 0 | 0.000025925544 | |
| 20497132 | 3 months ago | | | 0 | 0.000055628930 | |
| 20497126 | 3 months ago | | | 0 | 0.000056462230 | |
| 20497123 | 3 months ago | | | 0 | 0.000055161460 |
ABI
ABI objects
Getter at block 21249408
COST_FIVE() view returns (uint256)
45000000000000000
COST_ONE() view returns (uint256)
50000000000000000
COST_TEN() view returns (uint256)
40000000000000000
MAX_MINT() view returns (uint256)
10
MAX_PRIVATE_SUPPLY() view returns (uint256)
30
MAX_PUBLIC_SUPPLY() view returns (uint256)
9970
MAX_SUPPLY() view returns (uint256)
10000
isActive() view returns (bool)
false
isFreeActive() view returns (bool)
true
isWhitelistActive() view returns (bool)
true
name() view returns (string)
DeepSeaJelly
owner() view returns (address)
0xb1f2a52c999d53105f04ea2daf341a18e6cc1b22
symbol() view returns (string)
DSJ
totalPrivateSupply() view returns (uint256)
0
totalPublicSupply() view returns (uint256)
9970
totalSupply() view returns (uint256)
9970
whitelistCost() view returns (uint256)
0
whitelistMaxMint() view returns (uint256)
30
Read-only
balanceOf(address owner) view returns (uint256)
claimedBy(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 num) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimedBy(address owner) view returns (uint256)
State-modifying
Events addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
freeMint() payable
gift(address to, uint256 num)
mint(uint256 num) payable
presaleMint(uint256 num) payable
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string val)
setFreeActive(bool val)
setWhitelistActive(bool val)
setWhitelistMaxMint(uint256 val)
setWhitelistPrice(uint256 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistFreeMint(uint256 num) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.