Sidus Items
Verified contract
Active on
Ethereum with 8,929 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 "Sidus Items"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156580 | 6 hours ago | | | 0 | 0.00098003738 | |
| 21151052 | a day ago | | | 0 | 0.00050366387 | |
| 21151035 | a day ago | | | 0 | 0.00050904946 | |
| 21151024 | a day ago | | | 0 | 0.00082768806 | |
| 21128795 | 4 days ago | | | 0 | 0.0017857982 | |
| 21123425 | 5 days ago | | | 0 | 0.00094491008 | |
| 21118903 | 5 days ago | | | 0 | 0.00018302714 | |
| 21112699 | 6 days ago | | | 0 | 0.00025960478 | |
| 21112691 | 6 days ago | | | 0 | 0.00049388322 | |
| 21109468 | 7 days ago | | | 0 | 0.00020358546 |
ABI
ABI objects
Getter at block 21158252
baseurl() view returns (string)
https://sidusheroes.com/nft-api/api/v1/nfts/0xd6a152c351588eec72556bc9769d9b22f37bfbf1/
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
externalShadow() view returns (address)
0x0000000000000000000000000000000000000000
externalWhiteList() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Sidus Items
owner() view returns (address)
0x721d09419d625414b4fabcaae5313e73e7c3ddb2
symbol() view returns (string)
SIDUS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getMsgForSign(uint256 _tokenId, uint256 _amount, uint256 _nonce, address _sender) pure returns (bytes32)
getMsgForSignBatch(uint256[] _tokenId, uint256[] _amount, uint256 _nonce, address _sender) pure returns (bytes32)
getTokenDetails(uint256 _id) view returns (struct SidusItemsTokenReq)
isApprovedForAll(address account, address operator) view returns (bool)
nonce(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenReq(uint256) view returns (uint256 stopMintAfter, uint256 maxTotalSupply)
tokensForMint(address, uint256) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
trustedSigner(address) view returns (bool)
uri(uint256 _tokenID) view returns (string _uri)
State-modifying
Events burn(address account, uint256 _tokenID, uint256 amount)
createNew(address account, uint256 id, uint256 amount, uint256 _stopMintAfter, uint256 _maxTotalSupply)
createNewBatch(address account, uint256[] ids, uint256[] amounts, uint256[] _stopMintAfter, uint256[] _maxTotalSupply)
editTokenReq(uint256 id, uint256 _stopMintAfter, uint256 _maxTotalSupply)
mintFromShadow(uint256 _tokenID, uint256 _nftAmountForMint, uint256 _nonce, bytes32 _msgForSign, bytes _signature)
mintFromShadowBatch(uint256[] _tokenID, uint256[] _nftAmountForMint, uint256 _nonce, bytes32 _msgForSign, bytes _signature)
mintWithERC20(address _withToken, uint256 _tokenID, uint256 _nftAmountForMint)
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)
setBeneficiary(address _beneficiary)
setMaxTotalSupply(uint256 id, uint256 _maxSupply)
setPriceInToken(address _token, uint256 _tokenId, uint256 _pricePerMint)
setStopMinterAfter(uint256 id, uint256 _stopMinter)
setTrustedSigner(address _signer, bool _isValid)
setWhiteList(address _wl)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintSource(uint256 tokenId, uint256 amount, uint8 channel)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(string name_, string symbol_, string _baseurl)
This contract contains no fallback and receive objects.
This contract contains no error objects.