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 "Mintloops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14214449 | 3 years ago | | | 0 | 0.0027636751 | |
| 13984477 | 3 years ago | | | 0 | 0.0066429278 | |
| 13978166 | 3 years ago | | | 0 | 0.0092659525 | |
| 13977432 | 3 years ago | | | 0 | 0.013920089 | |
| 13422900 | 3 years ago | | | 0 | 0.0030438869 | |
| 13287546 | 3 years ago | | | 0.025 | 0.0067383887 | |
| 13287536 | 3 years ago | | | 0.025 | 0.0066809157 | |
| 13275676 | 3 years ago | | | 0 | 0.0016361008 | |
| 13269431 | 3 years ago | | | 0 | 0.0028117495 | |
| 13260418 | 3 years ago | | | 0 | 0.0033895432 |
ABI
ABI objects
Getter at block 21393811
getNFTPrice() view returns (uint256)
25000000000000000
name() view returns (string)
Mintloops
openToPublic() view returns (bool)
true
owner() view returns (address)
0x585fda06efae8e70bb964aaf91637c2581aaa268
pixelglyphs() view returns (address)
0xf38d6bf300d52ba7880b43cddb3f94ee3c6c4ea6
symbol() view returns (string)
MTL
totalSupply() view returns (uint256)
160
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint(uint256 amount) payable
open()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
teamMint(uint256 amount, address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address sendTo)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address pixelglyphsAddr, string baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.