Frame Tools
Verified contract
Active on
Ethereum with 67 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Frame Tools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15534558 | 2 years ago | | | 0 | 0.048085231 | |
| 15534554 | 2 years ago | | | 0 | 0.050135488 | |
| 15534548 | 2 years ago | | | 0 | 0.056227326 | |
| 15534542 | 2 years ago | | | 0 | 0.050018332 | |
| 15534540 | 2 years ago | | | 0 | 0.045237511 | |
| 15534534 | 2 years ago | | | 0 | 0.052242724 | |
| 15534529 | 2 years ago | | | 0 | 0.048228278 | |
| 15534522 | 2 years ago | | | 0 | 0.064782107 | |
| 15534518 | 2 years ago | | | 0 | 0.063318154 | |
| 15534513 | 2 years ago | | | 0 | 0.069392918 |
ABI
ABI objects
Getter at block 21331581
isLocked() view returns (bool)
false
name() view returns (string)
Frame Tools
owner() view returns (address)
0xd4e657cd3103e391526b77ce5fa1aa2312f44408
version() view returns (string)
0.1.0
Read-only
getAllDataFromPage(string _key, uint256 _startPage) view returns (bytes)
getData(string _key, uint256 _startPage, uint256 _endPage) view returns (bytes)
getMaxPageNumber(string _key) view returns (uint256)
getSizeBetweenPages(string _key, uint256 _startPage, uint256 _endPage) view returns (uint256)
hasKey(string _key) view returns (bool)
State-modifying
Events lock()
renounceOwnership()
saveData(string _key, uint128 _pageNumber, bytes _b)
setName(string _name)
setVersion(string _version)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.