AmeegosMarketplace
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x704c…0587
Balances ($93.44)
Native
Value
$93.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,114.82 |
$93.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13597212 | 3 years ago | | | 0 | 0.019198429 | |
| 13509794 | 3 years ago | | | 0.015 | 0.012310425 | |
| 13509190 | 3 years ago | | | 0.015 | 0.017422887 | |
| 13508793 | 3 years ago | | | 0 | 0.018210612 | |
| 13504696 | 3 years ago | | | 0 | 0.016246112 | |
| 13503753 | 3 years ago | | | 0 | 0.014960736 | |
| 13503241 | 3 years ago | | | 0 | 0.021623695 | |
| 13502759 | 3 years ago | | | 0 | 0.023152282 | |
| 13500322 | 3 years ago | | | 0 | 0.0044293164 | |
| 13500317 | 3 years ago | | | 0 | 0.034050169 |
ABI
ABI objects
Getter at block 21199110
AGOS() view returns (address)
0x5e2c6385e2b663a2f460bfb3a9d18c76c4739ff5
owner() view returns (address)
0x44244acacd0b008004f308216f791f2ebe4c4c50
totalItems() view returns (uint256)
35
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
items(uint256) view returns (uint256 price, uint256 maxSupply, uint256 mintedSupply, uint8 itemType, string name, string imageUrl)
saleStarted(uint256 itemId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string output)
State-modifying
Events addItem(string name, string imageUrl, uint256 price, uint256 maxSupply, uint8 itemType, bool startSale)
buyItem(uint256 itemId, uint256 amount) payable
changePrice(uint256 itemId, uint256 newPrice)
claimItem(uint256 itemId, uint256 amount)
flipSaleStarted(uint256 itemId)
renounceOwnership()
reserveItem(uint256 itemId, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
startSaleAll()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ItemAdded(uint256 itemId, string name, string imageUrl, uint256 price, uint256 maxSupply, uint8 itemType, bool startSale)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address _AGOS)
This contract contains no fallback and receive objects.
This contract contains no error objects.