Inhabitants Stories
Verified contract
Active on
Ethereum with 1,721 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 "Inhabitants Stories"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19928380 | 6 months ago | | | 0 | 0.00035725725 | |
| 19909630 | 6 months ago | | | 0 | 0.000096200711 | |
| 19909570 | 6 months ago | | | 0 | 0.00014553938 | |
| 19878652 | 6 months ago | | | 0 | 0.00016837860 | |
| 19878359 | 6 months ago | | | 0 | 0.00020515928 | |
| 19694633 | 7 months ago | | | 0 | 0.00033168027 | |
| 19671382 | 7 months ago | | | 0 | 0.00051784639 | |
| 19455087 | 8 months ago | | | 0 | 0.0014062197 | |
| 19327824 | 9 months ago | | | 0 | 0.0059526547 | |
| 19318961 | 9 months ago | | | 0 | 0.0022183416 |
ABI
ABI objects
Getter at block 21201004
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Inhabitants Stories
name_() view returns (string)
Inhabitants Stories
storyCounter() view returns (uint256)
1
symbol() view returns (string)
IS
symbol_() view returns (string)
IS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasMinted(uint256 tokenId, address account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
stories(uint256) view returns (uint128 windowOpens, uint128 windowCloses, string tokenUri, bool mintingFinalized)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addStory(uint128 _windowOpens, uint128 _windowCloses, string _tokenUri)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editURI(uint256 _tokenId, string _tokenUri)
editWindow(uint256 _tokenId, uint128 _windowOpens, uint128 _windowCloses)
grantRole(bytes32 role, address account)
irrevocablyCloseMinting(uint256 _tokenId)
mint(bytes _signature, uint256 _tokenId, uint256 _amount)
ownerMint(address _receiver, uint256 _tokenId, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setSigner(address _signer)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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)
StoryAdded(uint256 indexed tokenId, string tokenUri)
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)
UriUpdated(uint256 indexed tokenId, string tokenUri)
constructor(string _name, string _symbol, address _signer, address _adminWallet)
This contract contains no fallback and receive objects.
nonExistentToken()
senderMintedBefore()
signatureInvalid()
windowClosed()