MolaNFT721
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MolaNFT721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14876675 | 2 years ago | | | 0 | 0.0043534389 | |
| 14433073 | 3 years ago | | | 0 | 0.0014881159 | |
| 14433056 | 3 years ago | | | 0 | 0.0043184845 | |
| 14433051 | 3 years ago | | | 0 | 0.0036009316 | |
| 14428750 | 3 years ago | | | 0 | 0.00075337838 | |
| 14428744 | 3 years ago | | | 0 | 0.0016302420 | |
| 14428740 | 3 years ago | | | 0 | 0.00053758760 | |
| 14428721 | 3 years ago | | | 0 | 0.0014525731 | |
| 14409067 | 3 years ago | | | 0 | 0.0024279644 | |
| 14402159 | 3 years ago | | | 0 | 0.0019141889 |
ABI
ABI objects
Getter at block 21215904
Owner() view returns (address)
0x37e3f327adf15de0c7a07210116993d727e2a3e4
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/
contractOwner() view returns (address)
0x37e3f327adf15de0c7a07210116993d727e2a3e4
name() view returns (string)
MolaNFT721
symbol() view returns (string)
MNFTS
tokenCounter() view returns (uint256)
11
totalSupply() view returns (uint256)
2
transferProxy() view returns (address)
0xf32cefb83d0f91610a441356701c9547fa5031a7
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCreator(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyFee(uint256 tokenId) view returns (address[], 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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createCollectible(address from, string _tokenURI, address[] _royalty, uint256[] _royaltyFee) returns (uint256)
mintAndTransfer(address from, address to, address[] _royaltyAddress, uint256[] _royaltyFee, string _tokenURI, bytes data) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URI(string value, uint256 indexed id)
tokenBaseURI(string value)
constructor(string tokenName, string tokenSymbol, address _transferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.