NamelessTokenFactory
Verified contract
Active on
Ethereum with 14 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 "NamelessTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13797849 | 3 years ago | | | 0 | 0.021466475 | |
| 13511538 | 3 years ago | | | 0 | 0.023331625 | |
| 13309799 | 3 years ago | | | 0 | 0.011199900 | |
| 13309495 | 3 years ago | | | 0 | 0.0056415700 | |
| 13309459 | 3 years ago | | | 0 | 0.0044359700 | |
| 13309449 | 3 years ago | | | 0 | 0.0019343500 | |
| 13218926 | 3 years ago | | | 0 | 0.010266575 | |
| 13195143 | 3 years ago | | | 0 | 0.021466475 | |
| 13193688 | 3 years ago | | | 0 | 0.12486723 | |
| 13193682 | 3 years ago | | | 0 | 0.093593670 |
ABI
ABI objects
Getter at block 21223148
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
arweaveContentApi() view returns (string)
https://arweave.net
clonableTokenAddress() view returns (address)
0x48f46668497539748f80ec457c7c815db7a3497a
clonableTokenDataAddress() view returns (address)
0xf449bf6c979b25ad7271ce6720774929df07dca9
getContentApis() view returns (string, string)
(https://arweave.net, https://ipfs.io/ipfs)
ipfsContentApi() view returns (string)
https://ipfs.io/ipfs
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getTemplate(uint256 templateIndex) view returns (bytes32[], bytes32[])
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events createTokenDataContract(uint256 maxGenerationSize) returns (address)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setClonableTokenAddress(address _clonableTokenAddress)
setClonableTokenDataAddress(address _clonableTokenDataAddress)
setContentApis(string _arweaveContentApi, string _ipfsontentApi)
setTemplate(uint256 templateIndex, bytes32[] dataSection, bytes32[] codeSection)
NewNamelessTokenDataContract(address indexed owner, address tokenDataAddress)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _clonableTokenAddress, address _clonableTokenDataAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.