ACP Receipt
Verified contract
Active on
Ethereum with 6,130 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 "ACP Receipt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159996 | 20 days ago | | | 0 | 0.0010261440 | |
| 21004025 | a month ago | | | 0 | 0.00030172188 | |
| 20914519 | 2 months ago | | | 0 | 0.00085189709 | |
| 20911228 | 2 months ago | | | 0 | 0.00016990032 | |
| 20873153 | 2 months ago | | | 0 | 0.0011726744 | |
| 20769954 | 2 months ago | | | 0 | 0.00015827697 | |
| 20643144 | 3 months ago | | | 0 | 0.000077768291 | |
| 20642054 | 3 months ago | | | 0 | 0.00015308330 | |
| 20636473 | 3 months ago | | | 0 | 0.000065568982 | |
| 20205607 | 5 months ago | | | 0 | 0.00023851105 |
ABI
ABI objects
Getter at block 21299891
name() view returns (string)
ACP Receipt
owner() view returns (address)
0x75d0f9cdd8aa08747959323ed473158dd0f5c911
paused() view returns (bool)
false
symbol() view returns (string)
RECEIPT
totalSupply() view returns (uint256)
4029
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 tokenId) view returns (struct ACPReceiptTokenMeta)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32 drinkChoice, bytes32 arrivalTime, string discordUser, address walletAddress, bytes signature) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMetadata(uint256 tokenId, struct ACPReceiptTokenMeta tokenMeta)
setRoyaltyInfo(address addr, uint8 percent)
setSignerAddress(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()