Flipmap
Verified contract
Active on
Ethereum with 14,690 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8d04…ff63
Balances ($0.00)
No balances found for "Flipmap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109581 | 25 days ago | | | 0 | 0.00020557981 | |
| 21011460 | a month ago | | | 0 | 0.00020455386 | |
| 20999781 | a month ago | | | 0 | 0.00033361143 | |
| 20932179 | 2 months ago | | | 0 | 0.00045291437 | |
| 20870127 | 2 months ago | | | 0 | 0.00059188560 | |
| 20870115 | 2 months ago | | | 0 | 0.00088972560 | |
| 20861190 | 2 months ago | | | 0 | 0.00026192469 | |
| 20859320 | 2 months ago | | | 0 | 0.00031035246 | |
| 20686833 | 3 months ago | | | 0 | 0.00024918833 | |
| 20615012 | 3 months ago | | | 0 | 0.00010537404 |
ABI
ABI objects
Getter at block 21287629
_tokenId() view returns (uint256)
10000
currentTokenId() view returns (uint256)
10000
name() view returns (string)
Flipmap
symbol() view returns (string)
FLIP
totalSupply() view returns (uint256)
8300
Read-only
availableBalanceForCreator(address creatorAddress) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getByOwner(address owner) view returns (uint256[] result)
isApprovedForAll(address owner, address operator) view returns (bool)
makeAttributes(uint256 tokenId) view returns (string attributes)
ownerOf(uint256 tokenId) view returns (address)
pairIsTaken(uint256 tokenIdA, uint256 tokenIdB) view returns (bool)
parentSvgDataOf(uint256 tokenIdA, uint256 tokenIdB) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
toString(uint256 value) pure returns (string)
tokenAffinityOf(uint256 tokenId) view returns (string[3])
tokenDataOf(uint256 tokenId) view returns (bytes)
tokenIsOriginal(uint256 tokenId) view returns (bool)
tokenParentsOf(uint256 tokenId) view returns (uint256, uint256)
tokenRGBColorsOf(uint256 tokenId) view returns (struct BlitmapAnalysisColors)
tokenSlabsOf(uint256 tokenId) view returns (string[4])
tokenSvgData(bytes data) pure returns (string)
tokenSvgDataOf(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintVariant(uint256 tokenIdA, uint256 tokenIdB) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
savePairs(uint256[][] pairHashes)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwner(address _newOwner)
withdrawAvailableBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _blitAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.