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 "1687"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17437864 | a year ago | | | 0 | 0.0023236880 | |
| 16778624 | 2 years ago | | | 0 | 0.0036213622 | |
| 16642633 | 2 years ago | | | 0 | 0.0024816350 | |
| 16127200 | 2 years ago | | | 0 | 0.0021642756 | |
| 16019950 | 2 years ago | | | 0 | 0.0019912181 | |
| 15986266 | 2 years ago | | | 0 | 0.00095447500 | |
| 15934816 | 2 years ago | | | 0 | 0.0035771915 | |
| 15584787 | 2 years ago | | | 0 | 0.00095447500 | |
| 15535512 | 2 years ago | | | 0 | 0.0016430437 | |
| 15535496 | 2 years ago | | | 0 | 0.0011404294 |
ABI
ABI objects
Getter at block 21306757
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_TOTAL_MINT() view returns (uint256)
1687
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI() view returns (string)
ipfs://QmXZ75Q9K1rfRzk96GqACy2F9mBGAXpPM9JJyVy9B5jLjg
getInfo() view returns (uint256 totalSupply, uint256 senderBalance, uint256 maxTotalMint)
(totalSupply=420, senderBalance=0, maxTotalMint=1687)
name() view returns (string)
1687
owner() view returns (address)
0xd9a5d3d9834f52d8021f770ffcb20b36eed04865
symbol() view returns (string)
1687
totalSupply() view returns (uint256)
420
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[] result)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to, uint256 count)
renounceOwnership()
renounceRole(bytes32 role, 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)
setContractURI(string uri)
setOpenSeaProxyRegistryAddress(address addr)
setRaribleRoyaltyAddress(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferFromBulk(address from, address to, uint256[] tokenIds)
transferOwnership(address newOwner)
withdraw()
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 maxTotalMint, string contractURIStr, string placeholderURI, address raribleRoyaltyAddress, address openSeaProxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.