LETS APE
Verified contract
Active on
Ethereum with 2,572 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 "LETS APE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947118 | a month ago | | | 0 | 0.00038010116 | |
| 20861178 | a month ago | | | 0 | 0.00028642454 | |
| 20699958 | 2 months ago | | | 0 | 0.000049504883 | |
| 20635075 | 2 months ago | | | 0 | 0.00025058201 | |
| 20487404 | 3 months ago | | | 0 | 0.00015079745 | |
| 20249471 | 4 months ago | | | 0 | 0.000090443065 | |
| 20166941 | 5 months ago | | | 0 | 0.00016580481 | |
| 20140622 | 5 months ago | | | 0 | 0.00040965835 | |
| 19623814 | 7 months ago | | | 0 | 0.00077331370 | |
| 19617756 | 7 months ago | | | 0 | 0.0010198399 |
ABI
ABI objects
Getter at block 21159415
baseURI() view returns (string)
https://lets-ape.s3.us-east-2.amazonaws.com/metadata/
freeApe() view returns (uint256)
333
maxBatchSize() view returns (uint256)
20
maxPerTxn() view returns (uint256)
21
name() view returns (string)
LETS APE
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc4bf172decdfd66b8b40b3c529893552551ae408
price() view returns (uint256)
30000000000000000
supplyApe() view returns (uint256)
3334
symbol() view returns (string)
LETSAPE
totalSupply() view returns (uint256)
3333
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop()
approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMax(uint256 _newMax)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupplyApe)
setfreeApe(uint256 _newfreeApe)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.