Translation and Rotation
Unverified contract
Proxy
Active on
Ethereum with 13 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "Translation and Rotation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231513 | 21 days ago | | | 0 | 0.00097657383 | |
| 21231466 | 21 days ago | | | 0 | 0.0075041743 | |
| 21109701 | a month ago | | | 0 | 0.00039153768 | |
| 21109686 | a month ago | | | 0 | 0.0011847479 | |
| 21066951 | a month ago | | | 0 | 0.00069516741 | |
| 21011094 | 2 months ago | | | 0 | 0.0027616709 | |
| 21011092 | 2 months ago | | | 0 | 0.0027986444 | |
| 21011089 | 2 months ago | | | 0 | 0.0026891999 | |
| 20994069 | 2 months ago | | | 0 | 0.0050043480 | |
| 20994026 | 2 months ago | | | 0 | 0.0057445273 |
ABI
ABI objects
Getter at block 21380407
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
allowSignedMinting() view returns (bool)
true
getNextEditionId() view returns (uint256)
100000001
getNextTokenId() view returns (uint256)
10
name() view returns (string)
Translation and Rotation
owner() view returns (address)
0xb9597e43aa679a2504035128ac9733a94681854b
symbol() view returns (string)
TRHG
totalSupply() view returns (uint256)
9
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getFees(uint256 tokenId) view returns (address[], uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyalties(uint256 tokenId) view returns (address[], uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenNonceRedeemed(bytes32 tokenNonce) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string baseURI, string contractName, string tokenSymbol, address _owner)
mint(address to, string _tokenURI, address[] royaltyReceivers, uint256[] royaltyBasisPoints)
mintAndTransfer(address to, string _tokenURI, address[] royaltyReceivers, uint256[] royaltyBasisPoints)
mintEditions(address to, string[] _tokenURIs, address[] royaltyReceivers, uint256[] royaltyBasisPoints)
mintEditionsSigned(address to, string[] _tokenURIs, bytes32 tokenNonce, address[] royaltyReceivers, uint256[] royaltyBasisPoints, bytes signature)
mintSigned(address to, string _tokenURI, bytes32 tokenNonce, address[] royaltyReceivers, uint256[] royaltyBasisPoints, 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)
setAllowSignedMinting(bool val)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalties(address[] royaltyReceivers, uint256[] royaltyBasisPoints)
setTokenRoyalties(uint256 tokenId, address[] royaltyReceivers, uint256[] royaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyaltiesUpdated(address[] receivers, uint256[] basisPoints)
Initialized(uint8 version)
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)
RoyaltiesUpdated(uint256 indexed tokenId, address[] receivers, uint256[] basisPoints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.