UnloopedProxy
Verified contract
Proxy
Active on
Base with 68 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x53d3…26d6
0xc7e1…6ab8
0xe46b…5181
Balances ($0.00)
No balances found for "UnloopedProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11243205 | 9 months ago | | | 0 | 0.000000008637009585 | |
| 11243194 | 9 months ago | | | 0 | 0.000000019414477530 | |
| 11114728 | 9 months ago | | | 0 | 0.000000015298372980 | |
| 11114720 | 9 months ago | | | 0 | 0.000000002632191090 | |
| 11101734 | 9 months ago | | | 0 | 0.000000016689581343 | |
| 11101730 | 9 months ago | | | 0 | 0.000000005686762752 | |
| 11100851 | 9 months ago | | | 0 | 0.000000003559723676 | |
| 11100848 | 9 months ago | | | 0 | 0.000000005395452813 | |
| 11058897 | 9 months ago | | | 0 | 2.2364883e-7 | |
| 11058894 | 9 months ago | | | 0 | 0.000000046527950742 |
ABI
ABI objects
Getter at block 22742335
artistRegistry() view returns (address)
0x53d31664ecb1b632ec599c3e35464a7525ef26d6
dataContract() view returns (address)
0xc7e14e1e2586ce4f0ebfae22b41c922e00aa6ab8
metadata() view returns (address)
0xe46b8e9324c95e513e7976a8c270327abc145181
owner() view returns (address)
0x219bf2cff75b392d60978f7d0429b78385c19988
unloopedErc721() view returns (address)
0xa09cd1157d8f2a0393b7bf6d16ae3729b9eef7d1
unloopedVault() view returns (address)
0x4abd88291a792bfe12cf615de94d15c3e816cda0
Read-only
isMinter(address) view returns (bool)
isUnloopedProject(address) view returns (bool)
mappingArtistToProjects(uint256, uint256) view returns (address)
mappingProjectToArtist(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addGraphData(address project, string data)
initialize(address _unloopedErc721, address _unloopedVault, address _artistRegistry)
publish(struct UnloopedPublishParams publishParams, bytes data) returns (address)
setData(address _data)
setMetadata(address _metadata)
transferOwnership(address newOwner)
updateMinter(address minter, bool val)
updateVault(address vault)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed user, address indexed newOwner)
ProjectCreated(uint256 indexed artistId, address projectAddress, bytes data)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
InvalidMinter()
Unauthorized()