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 "Free"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748757 | 2 months ago | | | 0 | 0.00010640178 | |
| 19240410 | 9 months ago | | | 0 | 0.0012561750 | |
| 19240406 | 9 months ago | | | 0 | 0.0011440077 | |
| 19240370 | 9 months ago | | | 0 | 0.0012287092 | |
| 19106969 | 10 months ago | | | 0 | 0.00050177733 | |
| 19099308 | 10 months ago | | | 0 | 0.00069654065 | |
| 19065926 | 10 months ago | | | 0 | 0.0010539381 | |
| 18937188 | 10 months ago | | | 0 | 0.00084036666 | |
| 18930615 | 10 months ago | | | 0 | 0.0010597010 | |
| 18930428 | 10 months ago | | | 0 | 0.0016357103 |
ABI
ABI objects
Getter at block 21216105
license() view returns (string)
CC0
name() view returns (string)
Free
owner() view returns (address)
0x47144372eb383466d18fc91db9cd0396aa6c87a4
symbol() view returns (string)
FREE
totalSupply() view returns (uint256)
5111
Read-only
balanceOf(address owner) view returns (uint256)
collectionIdToMetadata(uint256) view returns (uint256 collectionId, string namePrefix, string externalUrl, string imgUrl, string imgExtension, string description)
collectionIdToMinter(uint256) view returns (address)
collectionSupply(uint256) 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)
tokenIdToAttributes(uint256) view returns (string)
tokenIdToCollectionCount(uint256) view returns (uint256)
tokenIdToCollectionId(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events appendAttributeToToken(uint256 tokenId, string attrKey, string attrValue)
approve(address to, uint256 tokenId)
createCollection(address minter, string _namePrefix, string _externalUrl, string _imgUrl, string _imgExtension, string _description)
emitProjectEvent(string _eventType, string _content)
emitTokenEvent(uint256 tokenId, string _eventType, string _content)
mint(uint256 collectionId, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintingAddress(uint256 collectionId, address minter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetadataParams(uint256 collectionId, string _namePrefix, string _externalUrl, string _imgUrl, string _imgExtension, string _description)
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)
ProjectEvent(address indexed poster, string indexed eventType, string content)
TokenEvent(address indexed poster, uint256 indexed tokenId, string indexed eventType, string content)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.