0x137d7d27af9b4d7b467ac008afdcdb8c9ac4ddd9
Verified contract
Proxy
Active on
Base with 36 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 48 additional slots
0xcb83…ab63
-
variable spans 27 additional slots
Balances ($0.00)
No balances found for "0x137d7d27af9b4d7b467ac008afdcdb8c9ac4ddd9"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xb7dd8d20 | 9392111 | 10 months ago | | | 0 | 0.00039441213 | |
0x18c25d8a | 9391153 | 10 months ago | | | 0 | 0.000000025925163948 | |
0xb7dd8d20 | 9306178 | 10 months ago | | | 0 | 0.00039414514 | |
0x18c25d8a | 9304952 | 10 months ago | | | 0 | 0.000000021811531230 | |
0xe442ac18 | 7491717 | a year ago | | | 0 | 0.00037205049 | |
0x9f1fb80d | 7491254 | a year ago | | | 0 | 0.000000001822385266 | |
0x9f1fb80d | 7490526 | a year ago | | | 0 | 0.000000001438202476 | |
0x9f1fb80d | 7489130 | a year ago | | | 0 | 0.000000000595698461 | |
0x9f1fb80d | 7453966 | a year ago | | | 0 | 0.000000000481824049 | |
0x9f1fb80d | 7453960 | a year ago | | | 0 | 0.000000000468212144 |
ABI
ABI objects
Getter at block 22759984
AB_ADMIN_ROLE() view returns (bytes32)
0x2ceaf29507f118cd1f62635058556b732f02f44e3a3a133e73c60008a777fd3e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PUBLISHER_ROLE() view returns (bytes32)
0x0ac90c257048ef1c3e387c26d4a99bde06894efbcbff862dc1885c3a9319308a
abDataRegistry() view returns (address)
0xcb8399d84e17fd5b4e955c716647c7bb2c35ab63
abKycModule() view returns (address)
0xf2acf4e056cab456182d1b0dc66d0db773467601
abVerifier() view returns (address)
0x3d6aac1c88dc62ef6a81b8ce98f1f36e270b0707
collectionCount() view returns (uint256)
20
erc1155Impl() view returns (address)
0x2ef3af6854cccec2f8b86a7220bd4f26c5506546
erc721Impl() view returns (address)
0x17f26c6f38df5afadbfadcfe366e0772e4181c67
royaltyImpl() view returns (address)
0x65b7b3f5c5b01f06d3d5545d72e6962ad664f999
Read-only
collections(uint256) view returns (address nft, address publisher)
erc721ImplAddresses(uint256) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasPublisherRole(address _account) view returns (bool _hasRole)
hasRole(bytes32 role, address account) view returns (bool)
predictAddressFromImplementation(address _impl, bytes32 _salt) view returns (address _predicted)
predictERC1155Address(bytes32 _salt) view returns (address _predicted)
predictERC721Address(uint256 _implementationId, bytes32 _salt) view returns (address _predicted)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approveERC721Implementation(address _newImpl) returns (uint256 _newImplementationId)
createCollection1155(bytes32 _salt)
createCollection721(uint256 _implementationId, string _name, bytes32 _salt)
createCollection721FromImplementation(address _impl, address _publisher, string _name, bytes32 _salt)
createPublisherProfile(address _account, address _abRoyalty, uint256 _publisherFee)
createPublisherProfile(address _account, uint256 _publisherFee)
grantRole(bytes32 role, address account)
initialize(address _abDataRegistry, address _abVerifier, address _erc721Impl, address _erc1155Impl, address _royaltyImpl)
renounceRole(bytes32 role, address account)
revokePublisherAccess(address _account)
revokeRole(bytes32 role, address account)
setABKYCModule(address _abKYCModule)
setABRoyaltyImplementation(address _newImpl)
setERC1155Implementation(address _newImpl)
setERC721Implementation(address _newImpl)
updateERC721Implementation(uint256 _implementationId, address _newImpl)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ACCOUNT_NOT_PUBLISHER()
INVALID_PARAMETER()