Jungle Destroyers
Verified contract
Active on
Ethereum with 8,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189072 | 3 days ago | | | 0 | 0.00057851366 | |
| 21171932 | 6 days ago | | | 0 | 0.00062591876 | |
| 21116768 | 13 days ago | | | 0 | 0.00011972666 | |
| 20414711 | 4 months ago | | | 0 | 0.000064501501 | |
| 20238541 | 4 months ago | | | 0 | 0.00068447455 | |
| 20185889 | 5 months ago | | | 0 | 0.00033922156 | |
| 19838674 | 6 months ago | | | 0 | 0.00018350560 | |
| 19790172 | 6 months ago | | | 0 | 0.00027859510 | |
| 19667822 | 7 months ago | | | 0 | 0.00040328598 | |
| 19665888 | 7 months ago | | | 0 | 0.00039622647 |
ABI
ABI objects
Getter at block 21212997
AIRDROP_RESERVE() view returns (uint256)
30
ARTIST_ADDRESS() view returns (address)
0x33379b2c46806b741f7a5a6fb7783d87f37afabc
MAX_PUBLIC_MINT() view returns (uint256)
8858
currentState() view returns (uint8)
2
name() view returns (string)
Jungle Destroyers
owner() view returns (address)
0x092efedb7dfdea1c448795418c5cfc6cbd1e39b3
pricePerJungleDestroyer() view returns (uint256)
60000000000000000
symbol() view returns (string)
JD
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPrice(uint256 _amount) view returns (uint256)
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events airdropJungleDestroyer(uint256 _numberOfJungleDestroyers)
approve(address to, uint256 tokenId)
changeContractState(uint8 _state)
mintJungleDestroyer(uint256 _numberOfJungleDestroyers) payable
payout()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.