Guardian
Verified contract
Active on
Ethereum with 2,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc481…8072
0xc44a…2d6c
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STB | ERC-20 | 8.316M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20060622 | 6 months ago | | | 0 | 0.00011534133 | |
| 19861850 | 7 months ago | | | 0 | 0.00037825656 | |
| 19132818 | 10 months ago | | | 0 | 0.00044272200 | |
| 19132817 | 10 months ago | | | 0 | 0.00044078334 | |
| 19132816 | 10 months ago | | | 0 | 0.00039814740 | |
| 18903551 | a year ago | | | 0 | 0.0010422509 | |
| 18885119 | a year ago | | | 0 | 0.0017655363 | |
| 18141830 | a year ago | | | 0 | 0.00079693333 | |
| 18132085 | a year ago | | | 0 | 0.00020952096 | |
| 17991393 | a year ago | | | 0 | 0.00035339107 |
ABI
ABI objects
Getter at block 21290914
artistMinted() view returns (uint256)
0
chargeToken() view returns (address)
0xc481a850aead5002598b7ed355cbb3349c148072
maxAmountForArtist() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
name() view returns (string)
Guardian
owner() view returns (address)
0x03d8c18655473bf155768c8d9fd1f10a022b345f
protocolFeeNumerator() view returns (uint256)
2000
protocolFeeReceiver() view returns (address)
0xc44a46ae2eceef2e6f2fd35ab84f38f0032b2d6c
publicSaleConfig() view returns (uint256 startTime, uint256 endTime, uint256 price, uint256 maxAmountPerAddress)
(startTime=1661324400, endTime=0, price=1000000000000000000000, maxAmountPerAddress=500)
symbol() view returns (string)
GUARDIAN
totalSupply() view returns (uint256)
10000
userCanMintTotalAmount() view returns (uint256)
0
whitelistAmount() view returns (uint256)
2994
whitelistSaleConfig() view returns (uint256 startTime, uint256 endTime, uint256 price, uint256 maxAmountPerAddress)
(startTime=1661324400, endTime=1661497199, price=0, maxAmountPerAddress=0)
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelist(address) view returns (bool)
whitelistAllowed(address) view returns (uint256)
whitelistSaleMinted(address) view returns (uint256)
State-modifying
Events addWhitelists(address[] addresses)
approve(address to, uint256 tokenId)
artistMint(uint256 _amount)
deleteDefaultRoyalty()
publicMint(uint256 _amount) payable
removeWhitelistAllowed(address[] addresses)
removeWhitelists(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setInfo(address _chargeToken, struct IStarBlockCollectionSaleConfig _whitelistSaleConfig, struct IStarBlockCollectionSaleConfig _publicSaleConfig, address _royaltyReceiver, uint96 _royaltyFeeNumerator)
setWhitelistAllowed(address[] addresses, uint256[] allowedAmounts)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateChargeToken(address _chargeToken)
updateProtocolFeeReceiverAndNumerator(address _protocolFeeReceiver, uint256 _protocolFeeNumerator)
updatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig)
updatePublicSaleEndTime(uint256 _newEndTime)
updateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig)
updateWhitelistSaleEndTime(uint256 _newEndTime)
whitelistMint(uint256 _amount) payable
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateChargeToken(address _chargeToken)
UpdatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig)
UpdatePublicSaleEndTime(uint256 _oldEndTime, uint256 _newEndTime)
UpdateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig)
UpdateWhitelistSaleEndTime(uint256 _oldEndTime, uint256 _newEndTime)
constructor(string _name, string _symbol, uint256 _maxSupply, address _chargeToken, string _baseTokenURI, uint256 _maxAmountForArtist, address _protocolFeeReceiver, uint256 _protocolFeeNumerator, address _royaltyReceiver, uint96 _royaltyFeeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()