VendingMachine
Verified contract
Active on
Ethereum with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "VendingMachine"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13674664 | 3 years ago | | | 0.05 | 0.0032559766 | |
| 13092425 | 3 years ago | | | 0.05 | 0.0018737175 | |
| 12984339 | 3 years ago | | | 0.05 | 0.00064611000 | |
| 12882358 | 3 years ago | | | 0.05 | 0.00038288000 | |
| 12292538 | 4 years ago | | | 0.05 | 0.0078580460 | |
| 12292519 | 4 years ago | | | 0.05 | 0.014588786 | |
| 12292505 | 4 years ago | | | 0.05 | 0.013016342 | |
| 12292502 | 4 years ago | | | 0.05 | 0.014850860 | |
| 12292500 | 4 years ago | | | 0.05 | 0.016248588 | |
| 12284954 | 4 years ago | | | 0 | 0.030235122 |
ABI
ABI objects
Getter at block 21393929
This contract contains no getter function objects.
Read-only
sales(uint256) view returns (address creator, address nft, uint256 tokenId, uint256 amountLeft, address tokenWant, uint256 pricePerUnit)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyNFT(uint256 saleId, uint256 amount) payable
cancelSale(uint256 saleId)
changePricePerUnit(uint256 saleId, uint256 pricePerUnit)
changeTokenWantAndPrice(uint256 saleId, address tokenWant, uint256 pricePerUnit)
createNFTSaleForERC20(address erc1155, uint256 tokenId, uint256 amount, address tokenWant, uint256 pricePerUnit)
createNFTSaleForETH(address erc1155, uint256 tokenId, uint256 amount, uint256 pricePerUnit)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
BuyNFT(address indexed buyer, uint256 saleId, uint256 amount)
CancelSale(address indexed creator, uint256 saleId, uint256 amountReturned)
ChangePricePerUnit(uint256 indexed saleId, uint256 pricePerUnit)
ChangeTokenWantAndPrice(uint256 indexed saleId, address tokenWant, uint256 pricePerUnit)
NewSale(address indexed creator, address indexed nft, uint256 tokenId, uint256 amount, address tokenWant, uint256 pricePerUnit, uint256 saleId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.