FILSTManage
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7346…4ca2
0x9cfc…02e2
0xad1e…a9cf
0x5e64…5ed9
0x09ce…95ab
0x7f5f…9b42
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xad1e…a9cf (#100006) | ERC-1555 | 465 | -- | -- | |
0xad1e…a9cf (#100004) | ERC-1555 | 403 | -- | -- | |
0xad1e…a9cf (#100007) | ERC-1555 | 382 | -- | -- | |
0xad1e…a9cf (#100005) | ERC-1555 | 286 | -- | -- | |
0xad1e…a9cf (#100008) | ERC-1555 | 128 | -- | -- | |
0xad1e…a9cf (#100010) | ERC-1555 | 69 | -- | -- | |
0xad1e…a9cf (#100011) | ERC-1555 | 65 | -- | -- | |
0xad1e…a9cf (#100009) | ERC-1555 | 46 | -- | -- | |
0xad1e…a9cf (#100002) | ERC-1555 | 38 | -- | -- | |
0xad1e…a9cf (#100003) | ERC-1555 | 19 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13226934 | 3 years ago | | | 0 | 0.0020036100 | |
| 13093109 | 3 years ago | | | 0 | 0.0037803600 | |
| 13089376 | 3 years ago | | | 0 | 0.041044510 | |
| 13089349 | 3 years ago | | | 0 | 0.023048071 | |
| 13089292 | 3 years ago | | | 0 | 0.027152522 | |
| 13089200 | 3 years ago | | | 0 | 0.032521117 | |
| 13089188 | 3 years ago | | | 0 | 0.036624332 | |
| 13088876 | 3 years ago | | | 0 | 0.017681384 | |
| 13088802 | 3 years ago | | | 0 | 0.020207296 | |
| 13088687 | 3 years ago | | | 0 | 0.023680425 |
ABI
ABI objects
Getter at block 21286231 getMintedMinerList() view returns (string[])
MINT_FEE_DENOMINATOR() view returns (uint256)
1000
cumulatedFee() view returns (uint256)
606725281896500521239937
dfl() view returns (address)
0x09ce2b746c32528b7d864a1e3979bd97d2f095ab
filst() view returns (address)
0x7346ad4c8cd1886ff6d16072bcea5dfc0bc24ca2
filstPool() view returns (address)
0x5e6468b3048d1b5a48ca6eae3953b17fe1165ed9
getTotalMintedAmount() view returns (uint256)
1959936000000000000000000
miningNFT() view returns (address)
0xad1ed31e70b569d78d1930537179a940dda4a9cf
miningNFTManage() view returns (address)
0x9cfcb73cb365ed7f38dcf3bc60d2aeafe0d502e2
mintFeeRatio() view returns (uint256)
50
owner() view returns (address)
0x557edaafd875569f0bd6abae1185c17fd5a30ba0
priceConverter() view returns (address)
0x7f5f88f761cb6408120d290835c9ae617ca79b42
totalStakedMiningNftAmount() view returns (uint256)
1914
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
getFilstMintedAmountByNftTokenId(uint256 _tokenId) view returns (uint256)
getFilstMintedAmountByNftTokenIdBatch(uint256[] _tokenIds) view returns (uint256[])
getMintFee(uint256 _filstAmount) view returns (uint256)
getMintedAmount(string _minerId) view returns (uint256)
minerMintedFilstAmount(string) view returns (uint256)
minerStakedMiningNftAmount(string) view returns (uint256)
mintedMinerList(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burn(string _minerId, uint256 _tokenId, uint256 _amount)
mint(address _recipient, uint256 _tokenId, uint256 _nftAmount)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
renounceOwnership()
setFilstPool(address _filstPool)
setMiningNFTManage(address _miningNFTManage)
setMintFeeRatio(uint256 _mintFeeRatio)
setPriceConverter(address _priceConverter)
transfer(address _to, uint256 _value)
transferOwnership(address newOwner)
Burned(address indexed account, uint256 tokenId, uint256 filstAmount)
FilstPoolChanged(address originalFilstPool, address newFilstPool)
MiningNFTManageChanged(address originalMiningNFTManage, address newMiningNFTManage)
MintFeeRatioChanged(uint256 originalFeeRatio, uint256 newFeeRatio)
Minted(address indexed sender, address indexed recipient, uint256 indexed tokenId, uint256 filstAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceConverterChanged(address originalConverter, address newConverter)
Transfer(address from, address to, uint256 value)
constructor(address _miningNFTManage, address _miningNFT, address _filst, address _dfl, address _usdtToken, address _priceConverter)
This contract contains no fallback and receive objects.
This contract contains no error objects.