PolychainMonstersNFBs
Verified contract
Active on
Ethereum with 98 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 "PolychainMonstersNFBs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16534564 | 2 years ago | | | 0 | 0.00056876347 | |
| 16511194 | 2 years ago | | | 0 | 0.00039281290 | |
| 16498825 | 2 years ago | | | 0 | 0.00046218601 | |
| 16364828 | 2 years ago | | | 0 | 0.0012452173 | |
| 16357726 | 2 years ago | | | 0 | 0.00039441090 | |
| 16357691 | 2 years ago | | | 0 | 0.00042245990 | |
| 16343366 | 2 years ago | | | 0 | 0.00060240158 | |
| 16337537 | 2 years ago | | | 0 | 0.00048341535 | |
| 16329459 | 2 years ago | | | 0 | 0.00048111952 | |
| 16316837 | 2 years ago | | | 0 | 0.00038774303 |
ABI
ABI objects
Getter at block 21228650
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name() view returns (string)
PolychainMonstersNFBs
owner() view returns (address)
0x029499942a17520edb7d5be4ade4e50648cbccb8
symbol() view returns (string)
NFBs
totalSupply() view returns (uint256)
24
Read-only
balanceOf(address owner) view returns (uint256)
editions(uint16, uint8) view returns (uint256 availableFrom, uint256 availableUntil)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSeriesAndEdition(uint256 tokenId) view returns (uint16 seriesId, uint8 editionId)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSeriesFrozen(uint16) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
series(uint16) view returns (string name, string description)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIGetters(uint16, uint8) view returns (address)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
freezeSeries(uint16 id)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount, uint16 seriesId, uint8 editionId) returns (uint256 startTokenId)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setEdition(uint16 seriesId, uint8 id, uint256 availableFrom, uint256 availableUntil)
setSeries(uint16 id, string name, string description)
setTokenURIGetter(uint16 seriesId, uint8 editionId, address tokenURIGetter)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
EditionSet(uint16 indexed seriesId, uint8 indexed editionId, uint256 availableFrom, uint256 availableUntil)
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)
SeriesFrozen(uint16 indexed id)
SeriesSet(uint16 indexed id, string indexed name, string description)
TokenURIGetterSet(uint16 indexed seriesId, uint8 indexed editionId, address indexed tokenURIGetter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()