Pepsi Mic Drop
Verified contract
Active on
Ethereum with 7,019 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 "Pepsi Mic Drop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118833 | 6 days ago | | | 0 | 0.00011367254 | |
| 21064123 | 14 days ago | | | 0 | 0.00051225779 | |
| 21020740 | 20 days ago | | | 0 | 0.00017347309 | |
| 20993543 | 23 days ago | | | 0 | 0.00060357200 | |
| 20955645 | a month ago | | | 0 | 0.00049131202 | |
| 20947175 | a month ago | | | 0 | 0.00041112157 | |
| 20946403 | a month ago | | | 0 | 0.00050066591 | |
| 20942303 | a month ago | | | 0 | 0.0016888757 | |
| 20863294 | a month ago | | | 0 | 0.00019797104 | |
| 20863291 | a month ago | | | 0 | 0.00035084636 |
ABI
ABI objects
Getter at block 21160952
maxMint() view returns (uint256)
1893
merkleEnabled() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x95c988756bc7b584fceb089843d17136c0c174a009ab24faa9b19612042a1d56
name() view returns (string)
Pepsi Mic Drop
owner() view returns (address)
0x95fc33c9f5af36e99e50bfe41f0ff1ab67a2199d
symbol() view returns (string)
PEPSIMICDROP
totalSupply() view returns (uint256)
1862
Read-only
alreadyMinted(address) view returns (bool)
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 approve(address to, uint256 tokenId)
mint(bytes32[] proof, bytes32 leaf) returns (uint256)
pauseSale()
renounceOwnership()
reserveMicDrops(address to, uint8 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setMerkleRoot(bytes32 _root)
startMerkle()
startSale()
stopMerkle()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.