ApeLaunch
Verified contract
Active on
Ethereum with 1,444 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 |
---|---|---|---|---|---|
RAMF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217174 | 6 days ago | | | 0 | 0.0011684773 | |
| 20271115 | 4 months ago | | | 0 | 0.00020945828 | |
| 19734325 | 7 months ago | | | 0 | 0.00062909901 | |
| 19567879 | 8 months ago | | | 0 | 0.0013480333 | |
| 19528355 | 8 months ago | | | 0 | 0.0020777758 | |
| 19138079 | 10 months ago | | | 0 | 0.00044610082 | |
| 19039739 | 10 months ago | | | 0 | 0.0013363703 | |
| 18905288 | a year ago | | | 0 | 0.00032827059 | |
| 18905288 | a year ago | | | 0 | 0.00032827059 | |
| 18879597 | a year ago | | | 0 | 0.0011363965 |
ABI
ABI objects
Getter at block 21258070
APE_PRICE() view returns (uint256)
20000000000000000
COLLAB() view returns (address)
0x09afb1ec421f40abb7629225d78a9c70a558c940
MAX_APES() view returns (uint256)
2000
MAX_APE_PER_MINT() view returns (uint256)
5
MAX_FREE() view returns (uint256)
500
OWNER() view returns (address)
0xeab5b87cebfaada71c9e6c6ffdf0af5427730d8b
getCurrentSupply() view returns (uint256)
2000
name() view returns (string)
ApeLaunch
owner() view returns (address)
0xeab5b87cebfaada71c9e6c6ffdf0af5427730d8b
saleActive() view returns (bool)
true
symbol() view returns (string)
AL
tokenBaseExtension() view returns (string)
.json
tokenBaseURI() view returns (string)
ipfs://QmeCaG89r5NJUmy2ekjT3pwFCRPPsnBH911BC53BsmQm9N/
tokenSupply() view returns (uint256 _value)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApePrice(uint256 _apePrice)
setApprovalForAll(address operator, bool approved)
setCollab(address _collab)
setMaxApePerMint(uint256 _maxApePerMint)
setMaxFree(uint256 _maxFree)
setSaleActive(bool _active)
setTokenBaseExtension(string _tokenBaseExtension)
setTokenBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _collab)
This contract contains no fallback and receive objects.
This contract contains no error objects.