LeftGalleryController
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xec8a…2683
Balances ($0.00)
No balances found for "LeftGalleryController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18960219 | a year ago | | | 2 | 0.0062612813 | |
| 14556977 | 3 years ago | | | 0.1 | 0.0046933253 | |
| 14553672 | 3 years ago | | | 0.1 | 0.0091502435 | |
| 14553226 | 3 years ago | | | 0.1 | 0.0053680290 | |
| 14550248 | 3 years ago | | | 0.1 | 0.0078234900 | |
| 14529765 | 3 years ago | | | 0.1 | 0.013639796 | |
| 14496715 | 3 years ago | | | 0.1 | 0.010163428 | |
| 14495524 | 3 years ago | | | 0.1 | 0.015066348 | |
| 14476964 | 3 years ago | | | 0.1 | 0.012426646 | |
| 14473959 | 3 years ago | | | 0.1 | 0.0060389543 |
ABI
ABI objects
Getter at block 21318581
adminWallet() view returns (address)
0x68b8a01db195efc9a9b0c3b70a3c30ffa550f6bc
isOwner() view returns (bool)
false
latestWorkId() view returns (uint256)
54
leftGallery() view returns (address)
0xec8a309bda22c2fb53d0bdbbdf6d43aa0b602683
owner() view returns (address)
0x68b8a01db195efc9a9b0c3b70a3c30ffa550f6bc
paused() view returns (bool)
false
Read-only
works(uint256) view returns (bool exists, bool paused, uint256 adminSplit, uint256 editions, uint256 AP, uint256 printed, uint256 price, uint256 priceMultiplier, address artist)
State-modifying
Events addArtwork(address artist, uint256 editions, uint256 AP, uint256 price, uint256 priceMultiplier, uint256 adminSplit, bool _paused)
buy(address recipient, uint256 workId) payable returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateAdminSplit(uint256 workId, uint256 adminSplit)
updateAdminWallet(address _adminWallet)
updateArtworkAP(uint256 workId, uint256 _AP)
updateArtworkArtist(uint256 workId, address _artist)
updateArtworkEditions(uint256 workId, uint256 _editions)
updateArtworkPaused(uint256 workId, bool _paused)
updateArtworkPrice(uint256 workId, uint256 _price)
updatePaused(bool _paused)
updatePriceExponent(uint256 workId, uint256 priceMultiplier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
editionBought(uint256 workId, uint256 editionId, uint256 tokenId, address recipient, uint256 paid, uint256 artistReceived, uint256 adminReceived)
newWork(uint256 workId, address artist, uint256 editions, uint256 AP, uint256 price, uint256 priceMultiplier, uint256 adminSplit, bool paused)
updatedWork(uint256 workId, address artist, uint256 editions, uint256 AP, uint256 price, uint256 priceMultiplier, uint256 adminSplit, bool paused)
constructor(address _leftGallery, address _adminWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.