TilcoinStorage
Verified contract
Active on
Ethereum with 1,959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604696 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604643 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604643 | 7 years ago | | | 0 | 0.00051781800 | |
| 5604643 | 7 years ago | | | 0 | 0.00051781800 |
ABI
ABI objects
Getter at block 21301376
owner() view returns (address)
0x73b1046a185bf68c11b4c90d79cffc2e07519951
Read-only
managers(address) view returns (bool)
pictures(bytes32) view returns (string hash, uint32 rows, uint32 cols, uint32 width, uint32 height, string image, string name, string author)
segments(bytes32, uint32, uint32) view returns (uint32 row, uint32 col, string hash, string image, string email, string login)
State-modifying
Events addManager(address _manager)
addPicture(string _hash, uint32 _rows, uint32 _cols, uint32 _width, uint32 _height, string _image, string _name, string _author) returns (bool success)
removeManager(address _manager)
setSegment(string _picture, uint32 _row, uint32 _col, string _hash, string _image, string _email, string _login) returns (bool success)
setSegmentOwner(string _picture, uint32 _row, uint32 _col, string _email, string _login) returns (bool success)
transferOwnership(address newOwner)
AddPicture(bytes32 indexed hash, uint32 rows, uint32 cols, uint32 width, uint32 height, string image, string name, string author)
ManagerAdded(address indexed manager)
ManagerRemoved(address indexed manager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SegmentOwner(bytes32 indexed picture, uint32 indexed row, uint32 indexed col, string email, string login)
SetSegment(bytes32 indexed picture, uint32 indexed row, uint32 indexed col, bytes32 hash, string image)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.