MergeFractals
Verified contract
Active on
Ethereum with 3,455 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
-
variable spans 24 additional slots
-
variable spans 29 additional slots
0x6363…2f9f
0x8e5e…f0c7
Balances ($0.00)
No balances found for "MergeFractals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953292 | 2 months ago | | | 0 | 0.00040630161 | |
| 20674580 | 3 months ago | | | 0 | 0.000034988831 | |
| 20635411 | 3 months ago | | | 0 | 0.00018856558 | |
| 20503187 | 4 months ago | | | 0 | 0.000028705957 | |
| 20466635 | 4 months ago | | | 0 | 0.00014830780 | |
| 20436966 | 4 months ago | | | 0 | 0.00028715035 | |
| 20407654 | 4 months ago | | | 0 | 0.000030740627 | |
| 19858639 | 7 months ago | | | 0 | 0.00017615209 | |
| 19804231 | 7 months ago | | | 0 | 0.00016953006 | |
| 19784385 | 7 months ago | | | 0 | 0.00032682153 |
ABI
ABI objects
Getter at block 21297962
baseURI() view returns (string)
getPriceNext() view returns (uint256)
14400000000000000
isMintingAllowed() view returns (bool)
true
mintCount() view returns (uint24)
3386
mintLimit() pure returns (uint24)
5875
name() view returns (string)
MergeFractals
owner() view returns (address)
0x7349d6e55cb3f737249fbaa047c16b826559b127
recipient() view returns (address)
0xf29ff96aaea6c9a1fba851f74737f3c069d4f1a9
symbol() view returns (string)
MERGFRAC
totalSupply() view returns (uint256)
3386
Read-only
balanceOf(address owner) view returns (uint256)
generateSVGofTokenById(uint256 id) view returns (string)
getAllAttributes(uint256 id) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getPriceById(uint256 id) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
renderTokenById(uint256 id) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintItem() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
constructor(address sfadAddress, address fsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.