Society of the Winegrower
Verified contract
Active on
Ethereum with 1,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Society of the Winegrower"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19997705 | 6 months ago | | | 0 | 0.00035340259 | |
| 19520738 | 9 months ago | | | 0 | 0.0015956506 | |
| 18964871 | a year ago | | | 0 | 0.0016996547 | |
| 18950326 | a year ago | | | 0 | 0.0010154330 | |
| 18928456 | a year ago | | | 0 | 0.0013410557 | |
| 18605781 | a year ago | | | 0 | 0.00080419829 | |
| 18573403 | a year ago | | | 0 | 0.0016139142 | |
| 16828949 | 2 years ago | | | 0 | 0.0012362067 | |
| 16789284 | 2 years ago | | | 0 | 0.0013052758 | |
| 16726208 | 2 years ago | | | 0 | 0.00093306000 |
ABI
ABI objects
Getter at block 21383804
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
URLCHANGER_ROLE() view returns (bytes32)
0x01e7acd7df37528444574cfc46e3918178cd4bcb3212069fd712c37f9b17d4e1
maxSupply() view returns (uint256)
999
name() view returns (string)
Society of the Winegrower
symbol() view returns (string)
SOTW
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(string _tokenURL, bytes _signature)
mintTo(address _to, string _tokenURL, bytes _signature)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateMetadata(uint256 _tokenId, string _tokenURI)
updateMetadata_signature(uint256 _tokenId, string _tokenURI, bytes _signature)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.