0x3d6f215bd2bfc440f9c24e9e5ca626d91ba8626d
Unverified contract
Proxy
Active on
Base with 6,657 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
0x5e09…d75f
0xc6ea…1871
Balances ($0.00)
No balances found for "0x3d6f215bd2bfc440f9c24e9e5ca626d91ba8626d"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754616 | an hour ago | | | 0 | 0.00010169435 | |
| 22746933 | 5 hours ago | | | 0 | 0.000010837124 | |
| 22734831 | 12 hours ago | | | 0 | 0.000097244571 | |
| 22734611 | 12 hours ago | | | 0 | 0.000092326930 | |
| 22734220 | 12 hours ago | | | 0 | 0.000095991014 | |
| 22733996 | 13 hours ago | | | 0 | 0.000095744726 | |
| 22733045 | 13 hours ago | | | 0 | 0.0000021309686 | |
| 22732195 | 14 hours ago | | | 0 | 0.0000023168299 | |
| 22731983 | 14 hours ago | | | 0 | 0.0000023282230 | |
| 22731922 | 14 hours ago | | | 0 | 0.0000023039870 |
ABI
ABI objects
Getter at block 22756707 proxiableUUID() view returns (bytes32)
COLLECTION_IMPLEMENTATION() view returns (address)
0x71e60b1f8c55f08aaf38106ad48f6ffa3d837c89
REGISTRY() view returns (address)
0xc6ea7ee0715d20f7cfd8f2d50d1ebd85ee161871
ROUTER() view returns (address)
0x5e09ef69bebbbf04334242ec6d942296a96bd75f
owner() view returns (address result)
0xe8cb4924655327b8e109ccd2ff3138bf595faed2
Read-only
hasAllRoles(address user, uint256 roles) view returns (bool)
hasAnyRole(address user, uint256 roles) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesOf(address user) view returns (uint256 roles)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createCollection(bytes payload_, address referrer_) payable returns (address collection)
execute(address target, uint256 value, bytes data) payable returns (bytes result)
grantRoles(address user, uint256 roles) payable
initialize(address graph_, address feeReceiver_, address collectionImplementation_, address splitFactory_)
publish(address collection_, bytes payload_, address referrer_) payable returns (uint256 tokenId)
publish(address collection_, bytes[] payloads_, address referrer_) payable returns (uint256[] tokenIds)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
setCollectionImplementation(address implementation_)
transferOwnership(address newOwner) payable
upgradeToAndCall(address newImplementation, bytes data) payable
wipe(address asset_, uint256 amount_)
CollectionCreated(address indexed collection, address indexed creator)
Creation(address indexed creator, address collection, uint256 tokenId, address feeReceiver, address referrer, bytes data)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
fallback()
receive()
AlreadyInitialized()
InvalidInitialization()
InvalidReferrer()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()