StarHeroes Box Minting
Verified contract
Active on
Base with 18,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
No balances found for "StarHeroes Box Minting"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22498632 | 6 days ago | | | 0 | 3.6486499e-7 | |
| 22478095 | 6 days ago | | | 0 | 2.8520168e-7 | |
| 21586560 | a month ago | | | 0 | 2.8288040e-7 | |
| 21546010 | a month ago | | | 0 | 5.5135134e-7 | |
| 21497899 | a month ago | | | 0 | 2.8520168e-7 | |
| 21345681 | a month ago | | | 0 | 0.000000108565600000 | |
| 21198795 | a month ago | | | 0 | 1.5325090e-7 | |
| 21063923 | a month ago | | | 0 | 3.2220988e-7 | |
| 20806689 | a month ago | | | 0 | 1.4932527e-7 | |
| 20727832 | 2 months ago | | | 0 | 0.000000086096962120 |
ABI
ABI objects
Getter at block 22745509
config() view returns (uint256 ethFee, address feeAdmin, uint256 mintingEndDate, uint256 maxSupply)
(ethFee=500000000000000, feeAdmin=0xbaaae243c965060fea85ca6d572b92484662fca5, mintingEndDate=1693778399, maxSupply=300000)
name() view returns (string)
StarHeroes Box Minting
numberOfMintedTokens() view returns (uint256)
11579
symbol() view returns (string)
SHBoxNFT
totalSupply() view returns (uint256)
5720
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintNft() payable
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)
withdrawEth()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawEth(address user, uint256 amount)
constructor(string _tokenName, string _tokenTicker, uint256 _ethFee, address _feeAdmin, uint256 _mintingEndDate, uint256 _maxSupply)
This contract contains no fallback and receive objects.
WithdrawFailed()