Manuscript
Verified contract
Active on
Ethereum with 227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6dff…37a0
0x0326…b7bc
Balances ($0.00)
No balances found for "Manuscript"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709852 | 3 months ago | | | 0 | 0.000077535063 | |
| 20163595 | 5 months ago | | | 0 | 0.00030984783 | |
| 20054304 | 6 months ago | | | 0 | 0.00034004746 | |
| 19673902 | 7 months ago | | | 0 | 0.00068484314 | |
| 19425908 | 9 months ago | | | 0 | 0.0026033583 | |
| 19077049 | 10 months ago | | | 0 | 0.00090696982 | |
| 19073343 | 10 months ago | | | 0 | 0.00056284915 | |
| 18858123 | a year ago | | | 0 | 0.0010168228 | |
| 18408065 | a year ago | | | 0 | 0.00044570454 | |
| 17886155 | a year ago | | | 0 | 0.0016791029 |
ABI
ABI objects
Getter at block 21312157
name() view returns (string)
Manuscript
owner() view returns (address)
0x4d359684b57664b8bdb373c8700122f40f12c222
paused() view returns (bool)
false
symbol() view returns (string)
MANUSCRIPT
Read-only
Stakedinfo(uint256 tokenId) view returns (uint256 total1, uint256 total2, bool permission)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
earningInfo(uint256 tokenId) view returns (uint256 total, bool permission)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
purchaseTxs(address) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addController(address controller)
addWlController(address controller)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
pause()
purchase(uint256 tokenId) payable
purchaseController(uint256 _ammount) payable
purchaseExcepts() payable
removeController(address controller)
removeWlController(address controller)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchased(uint256 indexed index, address indexed account, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, address _nft, address _staking)
This contract contains no fallback and receive objects.
This contract contains no error objects.