DotComSeanceController
Verified contract
Active on
Ethereum with 525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ca0…b71c
0xfd74…b2a4
Balances ($0.00)
No balances found for "DotComSeanceController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20568831 | 3 months ago | | | 0.1 | 0.00076571376 | |
| 20568826 | 3 months ago | | | 0.1 | 0.00081038301 | |
| 19281036 | 9 months ago | | | 0.1 | 0.010035564 | |
| 18730656 | a year ago | | | 0.1 | 0.013574602 | |
| 18715839 | a year ago | | | 0.1 | 0.0092355755 | |
| 18715564 | a year ago | | | 0.1 | 0.017636999 | |
| 18493602 | a year ago | | | 0.1 | 0.0054269604 | |
| 18410955 | a year ago | | | 0.1 | 0.0023060603 | |
| 18198071 | a year ago | | | 0.1 | 0.0022056514 | |
| 18034519 | a year ago | | | 0.1 | 0.0044128555 |
ABI
ABI objects
Getter at block 21223975
adminSplit() view returns (uint256)
100
adminWallet() view returns (address)
0xfd7400b0a039dcc2c33dec9de817768e7a1eb2a4
dotComSeance() view returns (address)
0x6ca044fb1cd505c1db4ef7332e73a236ad6cb71c
isOwner() view returns (bool)
false
latestWorkId() view returns (uint256)
22
owner() view returns (address)
0xaf2ce0962d1a4b1aab10f7faa62bbbca40a8ea53
paused() view returns (bool)
false
Read-only
_works(uint256) view returns (bool exists, bool paused, uint8 saleType, uint256 editions, uint256 printed, uint256 price, address artist)
State-modifying
Events addArtwork(address artist, uint256 editions, uint256 price, bool _paused, uint8 saleType)
buy(address recipient, uint256 workId) payable returns (bool)
buyByID(address recipient, uint256 workId, uint256 editionId) payable returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateAdminSplit(uint256 _adminSplit)
updateAdminWallet(address _adminWallet)
updateArtworkArtist(uint256 workId, address _artist)
updateArtworkEditions(uint256 workId, uint256 _editions)
updateArtworkPaused(uint256 workId, bool _paused)
updateArtworkPrice(uint256 workId, uint256 _price)
updatePaused(bool _paused)
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 price, bool _paused)
updatedWork(uint256 workId, address artist, uint256 editions, uint256 price, bool _paused)
constructor(address _dotComSeance, address _adminWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.