Lil Mutant Apes Club
Verified contract
Active on
Ethereum with 2,167 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 "Lil Mutant Apes Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683180 | 3 months ago | | | 0 | 0.000063693588 | |
| 19936672 | 6 months ago | | | 0 | 0.00031398811 | |
| 19936645 | 6 months ago | | | 0 | 0.00032198325 | |
| 19936642 | 6 months ago | | | 0 | 0.00027640057 | |
| 19005440 | 10 months ago | | | 0 | 0.0021385560 | |
| 18810939 | a year ago | | | 0 | 0.00097175492 | |
| 18619428 | a year ago | | | 0 | 0.0013854046 | |
| 18527588 | a year ago | | | 0 | 0.0018226554 | |
| 18500018 | a year ago | | | 0 | 0.00051937489 | |
| 18500018 | a year ago | | | 0 | 0.00051963227 |
ABI
ABI objects
Getter at block 21281164
MAX_SUPPLY() view returns (uint256)
1333
PRICE() view returns (uint256)
25000000000000000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmcA8dPZCNY7QgH7JdoBKPLWx8WufuoiF5wShXp6XL1oaK/
live() view returns (bool)
false
minted() view returns (uint256)
1333
name() view returns (string)
Lil Mutant Apes Club
owner() view returns (address)
0xca6b5dda5e986aa3cefae5d2e668a721f4446cc1
symbol() view returns (string)
LMAC
totalSupply() view returns (uint256)
1333
Read-only
balanceOf(address owner) view returns (uint256)
earlyAccess(address) view returns (uint8)
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)
freemint(uint8 amount) payable
mint(uint8 amount) 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_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
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.