Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfd7f…537d
Balances ($0.00)
No balances found for "Fables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158918 | 18 days ago | | | 0 | 0.00081960130 | |
| 21104073 | a month ago | | | 0 | 0.00010684960 | |
| 20997692 | a month ago | | | 0 | 0.00022857298 | |
| 20379441 | 4 months ago | | | 0 | 0.000081237199 | |
| 20144315 | 5 months ago | | | 0 | 0.000051201465 | |
| 20123975 | 5 months ago | | | 0 | 0.000068332375 | |
| 20081786 | 5 months ago | | | 0 | 0.00051486211 | |
| 19836937 | 7 months ago | | | 0 | 0.000086055957 | |
| 19596317 | 8 months ago | | | 0 | 0.00059618300 | |
| 19596241 | 8 months ago | | | 0 | 0.00067481861 |
ABI
ABI objects
Getter at block 21287678
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name() view returns (string)
Fables
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1a8319292a1942500f7c970c1fcef248c28d7052
symbol() view returns (string)
FAB
totalSupply() view returns (uint256)
3000
Read-only
alreadymint(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
endTime(uint8) view returns (uint256)
fablesLevel(uint256) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getInvestor(address add) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getWhitelist(uint8 _table, address add) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
investor(address) view returns (uint256)
isAirdrop(uint256) view returns (bool)
isAlreadymint(address add) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
startTime(uint8) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(uint8, address) view returns (bool)
State-modifying
Events addLevel(uint256 tokenId)
airdrop(uint256 _start, uint256 _end)
approve(address to, uint256 tokenId)
grantManager(address account)
grantMinter(address account)
grantRole(bytes32 role, address account)
mint(address _send)
mintBatch(address recipients, uint256 _amount)
mintBatchInvestor()
mintPublic()
mintVIP()
mintWhitelist()
redLevel(uint256 tokenId)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeManager(address account)
revokeMinter(address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI, uint8 _base)
setInvestor(address _investor, uint256 _amount)
setSellTime(uint8 _item, uint256 _start, uint256 _end)
setTokenURI(uint256 tokenId, string _tokenURI)
setWhitelist(uint8 _table, address[] setAmount)
transferAdmin(address account)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxBatchSize, uint256 collectionSize, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.