SIDUS NFT HEROES - Galaxy Modificators
Verified contract
Active on
Ethereum with 2,736 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,062.03)
Native
Value
$17,062.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.349 | $3,189.76 |
$17,062.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21028229 | 18 days ago | | | 0 | 0.00065259404 | |
| 20518276 | 3 months ago | | | 0 | 0.000039084948 | |
| 20124362 | 5 months ago | | | 0 | 0.00010403935 | |
| 19110845 | 9 months ago | | | 0 | 0.00042044159 | |
| 19078302 | 10 months ago | | | 0 | 0.00034118173 | |
| 19071562 | 10 months ago | | | 0 | 0.00066212114 | |
| 18922763 | 10 months ago | | | 0 | 0.00086307342 | |
| 18907539 | 10 months ago | | | 0 | 0.00080996689 | |
| 18897549 | 10 months ago | | | 0 | 0.00038481023 | |
| 18790456 | a year ago | | | 0 | 0.0011576703 |
ABI
ABI objects
Getter at block 21160536
name() view returns (string)
SIDUS NFT HEROES - Galaxy Modificators
owner() view returns (address)
0xba5218bbf2b68f3831ca12f5a89a6180e8ea271f
Read-only
availableFreeMint(address _partner, uint256 _tokenID) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getMintPrice(uint256 id) view returns (uint256)
getTokenDetails(uint256 _id) view returns (struct Modifiers1155TokenReq)
isApprovedForAll(address account, address operator) view returns (bool)
partnersLimit(address, uint256) view returns (uint256 limit, uint256 nftMinted)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenReq(uint256) view returns (uint256 mintPrice, uint256 maxBuyPerTx, uint256 maxMintPerTx, uint256 stopMintAfter, uint256 maxTotalSupply, uint256 reservedForPartners)
tokensForMint(address, uint256) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenID) view returns (string)
State-modifying
Events createNew(address account, uint256 id, uint256 amount, uint256 _mintPrice, uint256 _maxBuyPerTx, uint256 _maxMintPerTx, uint256 _stopMintAfter, uint256 _maxTotalSupply)
createNewBatch(address account, uint256[] ids, uint256[] amounts, uint256[] _mintPrice, uint256[] _maxBuyPerTx, uint256[] _maxMintPerTx, uint256[] _stopMintAfter, uint256[] _maxTotalSupply)
editTokenReq(uint256 id, uint256 _mintPrice, uint256 _maxBuyPerTx, uint256 _maxMintPerTx, uint256 _stopMintAfter, uint256 _maxTotalSupply)
mintWithERC20(address _withToken, uint256 _tokenID, uint256 _nftAmountForMint)
multiMint(uint256 tokenID) payable
renounceOwnership()
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)
setMaxTotalSupply(uint256 id, uint256 _maxSupply)
setMintPrice(uint256 id, uint256 _newPrice)
setPartner(address _partner, uint256 _tokenID, uint256 _limit)
setPartnerBatch(uint256 _tokenID, address[] _partners, uint256[] _limits)
setPriceInToken(address _token, uint256 _tokenId, uint256 _pricePerMint)
setStopMinterAfter(uint256 id, uint256 _stopMinter)
transferOwnership(address newOwner)
withdrawEther()
withdrawTokens(address _erc20)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintSource(uint256 tokenId, uint256 amount, uint8 channel)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PartnesChanged(uint256 tokenId, address partner, uint256 limit)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.