GreenRoomV2
Verified contract
Active on
Ethereum with 416 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1362…25f9
Balances ($72.35)
Native
Value
$72.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,617.54 |
$72.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19533481 | 8 months ago | | | 0 | 0.0012844811 | |
| 19078766 | 10 months ago | | | 0 | 0.00033817424 | |
| 17612652 | a year ago | | | 0 | 0.0021567695 | |
| 17481393 | a year ago | | | 0 | 0.0053418291 | |
| 17398314 | a year ago | | | 0 | 0.00099663312 | |
| 17396542 | a year ago | | | 0 | 0.0022597822 | |
| 17396540 | a year ago | | | 0 | 0.0022249565 | |
| 17396268 | a year ago | | | 0 | 0.0020937926 | |
| 17395391 | 2 years ago | | | 0 | 0.0029842360 | |
| 17395320 | 2 years ago | | | 0 | 0.0064433683 |
ABI
ABI objects
Getter at block 21317287
contractURI() view returns (string)
https://deadheads.mypinata.cloud/ipfs/QmQN2SVL4abr9ZhV75GEBSYQft3ftYE5QdxbxJYa6XNQJA
owner() view returns (address)
0xd2e2e23b9f82e1351cb38987da181c22d0492aab
showTokenAddr() view returns (address)
0x136209a516d1c2660f045e70634c9d95d64325f9
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 maxSupply, uint256 mintLimit, uint256 price, uint8 purchaseType, bool active)
recoverAddress(uint256 _maxSupply, uint256 _mintLimit, uint256 _price, uint8 _purchaseType, uint256 _id, address _account, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events createItem(uint256 _maxSupply, uint256 _mintLimit, uint256 _quantity, uint256 _price, uint8 _purchaseType, uint256 _itemId, bytes _signature) payable
mint(uint256 _itemId, uint256 _quantity) payable
renounceOwnership()
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)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setSignerAddress(address _signerAddress)
setURI(string _newURI)
transferOwnership(address newOwner)
updateItem(uint256 _maxSupply, uint256 _mintLimit, uint256 _price, uint8 _purchaseType, bool _active, uint256 _itemId)
updateItemActive(uint256 _itemId, bool _active)
withdrawAll()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.