FractonMiniNFT
Verified contract
Active on
Ethereum with 38 txns
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 "FractonMiniNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20518395 | 3 months ago | | | 0 | 0.00011784694 | |
| 20511972 | 3 months ago | | | 0 | 0.00027317130 | |
| 20001624 | 5 months ago | | | 0 | 0.00020441312 | |
| 19997097 | 6 months ago | | | 0 | 0.00036885222 | |
| 19736305 | 7 months ago | | | 0 | 0.00025740290 | |
| 19358382 | 8 months ago | | | 0 | 0.0031273383 | |
| 18477550 | a year ago | | | 0 | 0.0017557216 | |
| 18321709 | a year ago | | | 0 | 0.00055417148 | |
| 18268267 | a year ago | | | 0 | 0.00033081522 | |
| 17024489 | 2 years ago | | | 0 | 0.0010633107 |
ABI
ABI objects
Getter at block 21208262
ROUND_CAP() view returns (uint256)
1000
blindBoxPrice() view returns (uint256)
100000000000000000
currentRound() view returns (uint256)
0
saleIsActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
roundSucceed(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(uint256 amount)
claimBlindBox(uint256 tokenID) returns (uint256)
closeRound() returns (bool)
mintBlindBox(uint256 amount) payable returns (uint256)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
startNewRound(uint256 sellingPrice) returns (bool)
swapmint(uint256 amount, address to) returns (bool)
updateBlindBoxPrice(uint256 newPrice) returns (bool)
updateDefaultURI(string defaultURI)
updateRoundSucceed(uint256 round) returns (bool)
updateTokenURI(uint256 tokenId, string tokenURI)
withdrawEther() returns (bool)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimBlindBox(address owner, uint256 tokenID, uint256 amount)
CloseRound(uint256 blockNumber)
StartNewRound(uint256 blockNumber, uint256 sellingPrice)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
UpdateBlindBoxPrice(uint256 price)
UpdateRoundSucceed(uint256 round, uint256 blockNumber)
WithdrawEther(address caller, uint256 amount)
constructor(string uri_)
receive()
This contract contains no error objects.