AA Hot Sauce
Verified contract
Active on
Ethereum with 880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x678a…5da5
Balances ($25.91)
Native
Value
$25.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0084 | $3,084.41 |
$25.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20261471 | 4 months ago | | | 0 | 0.00016689822 | |
| 18447226 | a year ago | | | 0 | 0.00026845181 | |
| 18044199 | a year ago | | | 0 | 0.00069715380 | |
| 17816776 | a year ago | | | 0 | 0.00041750540 | |
| 17403065 | a year ago | | | 0 | 0.0036920878 | |
| 17396487 | a year ago | | | 0 | 0.00083558184 | |
| 17396487 | a year ago | | | 0 | 0.0012216071 | |
| 17389800 | a year ago | | | 0 | 0.0023676723 | |
| 17389717 | a year ago | | | 0.06 | 0.0016234870 | |
| 17378231 | a year ago | | | 0 | 0.0037835185 |
ABI
ABI objects
Getter at block 21222250
maxSupply() view returns (uint256)
3333
name() view returns (string)
AA Hot Sauce
owner() view returns (address)
0x0165dfa0c24594ee8e4b75b1de5d411d6feae33d
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AAHOT
totalMinted() view returns (uint256)
595
totalReleased() view returns (uint256)
38204600000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkClaimEligibility(address _address, uint256 _quantity, uint256 _id) view returns (string)
getOrder(uint256 _orderId) view returns (struct AAPEHotSauceItem[])
hasMinted(address) view returns (uint16)
isApprovedForAll(address account, address operator) view returns (bool)
items(uint256, uint256) view returns (uint16 sauceType, uint16 tokenId, uint8 collection)
orders(uint256) view returns (address)
ordersOf(address _address) view returns (uint256[])
payee(uint256 index) view returns (address)
price(uint256) view returns (uint256)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
saucesOf(address _address) view returns (uint256[], uint256[])
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events createSauce(uint256 _id, uint72 _price)
mint(uint256[] _ids, uint256[] _quantities) payable
order(uint256[] _ids, uint256[] _quantities, struct AAPEHotSauceItem[] _items)
paper(address _address, uint256 _quantity, uint256 _id, bytes32 _nonce, bytes _signature) payable
registerPaperKey(address _paperKey)
release(address account)
release(address token, address account)
renounceOwnership()
reserve(uint256 _id, address _address, uint16 _quantity)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _supply)
setURI(string _uri)
transferOwnership(address newOwner)
updateSaleState(bool _saleIsActive)
updateSauce(uint256 _id, uint72 _price)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _paperAddress)
receive()
OperatorNotAllowed(address operator)