Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.10)
Native
Value
$3.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,099.81 |
$3.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20279670 | 4 months ago | | | 0 | 0.00016483426 | |
| 18492940 | a year ago | | | 0 | 0.0018294163 | |
| 18432067 | a year ago | | | 0 | 0.00053946947 | |
| 18200945 | a year ago | | | 0 | 0.00033062692 | |
| 17573039 | a year ago | | | 0 | 0.0011215391 | |
| 17138253 | 2 years ago | | | 0 | 0.0015853293 | |
| 16796393 | 2 years ago | | | 0 | 0.0016718956 | |
| 16796332 | 2 years ago | | | 0 | 0.0021005270 | |
| 16757670 | 2 years ago | | | 0 | 0.0012630864 | |
| 16706118 | 2 years ago | | | 0 | 0.00099624613 |
ABI
ABI objects
Getter at block 21228654
cost() view returns (uint256)
385000000000000000
isSaleStarted() view returns (bool)
true
maxSupply() view returns (uint256)
250
name() view returns (string)
Fractpro
nftPerAddressLimit() view returns (uint256)
10
notRevealedUri() view returns (string)
https://mint.fract.pro/metadata/nft/notreveal?id=
owner() view returns (address)
0xcd0cb9cddf7b43805473111fed2927d8fa5cdaca
paused() view returns (bool)
false
remainingNftForSale() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
Fractpro
totalSupply() view returns (uint256)
250
Read-only
addressMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintFees(uint256 _mintAmount) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Burn(uint256 tokenId)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintAsOwner(uint256 _mintAmount)
multiTransfer(address[] _address, uint256[] _tokenIds)
pause(bool _state)
renounceOwnership()
reveal(bool _reveal)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setNftCost(uint256 price)
setNftPerAddressLimit(uint256 _nftPerAddressLimit)
setNotRevealedURI(string _notRevealedURI)
setRemainingNftForSale(uint256 _remainingNftForSale)
startSale()
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.