Manifesto
Verified contract
Active on
Ethereum with 2,141 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 "Manifesto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21432112 | 2 days ago | | | 0 | 0.0015284404 | |
| 21108686 | 2 months ago | | | 0 | 0.00027436982 | |
| 20931895 | 2 months ago | | | 0 | 0.00049838736 | |
| 20904935 | 2 months ago | | | 0 | 0.00019517749 | |
| 20904933 | 2 months ago | | | 0 | 0.00019479801 | |
| 20904931 | 2 months ago | | | 0 | 0.00019115042 | |
| 20904930 | 2 months ago | | | 0 | 0.00037695669 | |
| 20600603 | 4 months ago | | | 0 | 0.000040104801 | |
| 20551663 | 4 months ago | | | 0 | 0.000041437800 | |
| 20104479 | 6 months ago | | | 0 | 0.00043979951 |
ABI
ABI objects
Getter at block 21442891
CodexAddress() view returns (address)
0x490552d3770cdd0912deacd8bbc05bbbed0c300a
LawlessManifesto() pure returns (string)
We are the lawless. We recognize the crumbling institutions that control our lives and choose to opt out instead of fighting back, to grow the new to subsume the old. It isn't chaos. It isn't destruction. Code is a refuge from law. Code runs without regard for jurisdiction. Code returns power to the individual in ways unprecedented in our era. The lawless choose their code and in doing so choose their rules, roles, and responsibilities. But not answering to law means not resorting to it. It isn't safe. It isn't for everyone.
Maybe it isn't for anyone.
But code.lawless is here for those who choose it.
Those few prepared for the solemn act of choice.
Code isn't law. Code is lawless.
getCustomAttributes() view returns (bytes)
0x7b2274726169745f74797065223a227369676e657273222c2276616c7565223a313936352c22646973706c61795f74797065223a226e756d626572227d2c7b2274726169745f74797065223a227365616c6564222c2276616c7565223a2266616c7365227d2c7b2274726169745f74797065223a22746f6b656e206665617475726573222c2276616c7565223a22736f756c626f756e64227d
isSealed() view returns (bool)
false
owner() view returns (address)
0x3ee7fc9065f3efe3b6ab1894845e41146cb77385
paused() view returns (bool)
false
tokenId() view returns (uint256)
2
totalSigners() view returns (uint256)
1965
Read-only
balanceOf(address lawless, uint256 id) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
getSigner(address lawless) view returns (uint16, uint32, uint40, bool, bytes20)
getSigner(uint256 order) view returns (address, uint16, uint32, uint40, bool, bytes20)
getSigners(address[] lawless) view returns (struct ManifestoPeer[] res)
getSigners(uint256 start, uint256 end) view returns (struct ManifestoPeer[] res)
hasRole(address user, uint8 role) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ledger(uint256) view returns (address)
roleLocked(uint8 role) view returns (bool)
signedBy(address lawless) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events addRole(address user, uint8 role)
addRoles(address[] users, uint8[] roles)
lockRole(uint8 role)
lockRoles(uint8[] roles)
pause()
release(address[] signers)
removeRole(address user, uint8 role)
removeRoles(address[] users, uint8[] roles)
resolverClaim(address newOwner)
revise(address lawless, bytes20 data)
revise(address[] lawless, bytes20[] data)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes)
seal()
setApprovalForAll(address operator, bool approved)
setCloaknet(address cloaknetAddress)
sign(address lawless)
transferOwnership(address newOwner)
unpause()
updateUri(bytes updatedUriData)
visible(address lawless, bool state)
withdraw()
withdrawForeignERC20(address tokenContract)
withdrawForeignERC721(address tokenContract, uint256 _tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
RoleLocked(uint8 indexed role)
RoleUpdated(address indexed user, uint8 indexed role, bool enabled)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
Unpaused(address account)
constructor(uint256 tokenId)
This contract contains no fallback and receive objects.
This contract contains no error objects.