The Sanctuary
Verified contract
Active on
Ethereum with 2,133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($0.00)
No balances found for "The Sanctuary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248866 | a day ago | | | 0 | 0.00045514932 | |
| 21212629 | 6 days ago | | | 0 | 0.00045578805 | |
| 21212623 | 6 days ago | | | 0 | 0.00044910502 | |
| 21137143 | 17 days ago | | | 0 | 0.0016143125 | |
| 21137115 | 17 days ago | | | 0 | 0.0014586461 | |
| 21032361 | a month ago | | | 0 | 0.00065960846 | |
| 21032346 | a month ago | | | 0 | 0.00062095719 | |
| 21032335 | a month ago | | | 0 | 0.00057452388 | |
| 21032323 | a month ago | | | 0 | 0.00052709310 | |
| 21032297 | a month ago | | | 0 | 0.00050345119 |
ABI
ABI objects
Getter at block 21258830
checkIfAdmin() view returns (bool)
false
collectionEndID() view returns (uint256)
5555
maxBatchMintAmount() view returns (uint256)
20
maxMintAmount() view returns (uint256)
20
name() view returns (string)
The Sanctuary
owner() view returns (address)
0x179f3152df9fab888b92bf998c228fb8766efba6
paused() view returns (bool)
false
payments() view returns (address)
0xf777da9da0f4a931cd2bc0ac9b5cc77be77c9c31
projectLeader() view returns (address)
0x6d7699ab37386f76ae8a4ebd1f4165069d8310e7
randomCounter() view returns (uint256)
2842
symbol() view returns (string)
TSNFT
tierURI() view returns (string)
https://ipfs.io/ipfs/QmdGnKyd4zrJZ77ht2o8MQ5sPvSocL2FYxhWLQxp9NSuRc/tiers.json
Read-only
_cost(uint256 _batchID, bool _onTierList, uint8 _tID) view returns (uint256)
admins(uint256) view returns (address)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
batchCost(uint256) view returns (uint256)
batchCostNext(uint256) view returns (uint256)
batchLimit(uint256) view returns (uint256)
batchRequirementTokenAmounts(uint256, uint256) view returns (uint256)
batchRequirementTokens(uint256, uint256) view returns (uint256)
batchTriggerPoint(uint256) view returns (uint256)
bindOnMint(uint256 _id) view returns (bool)
bindOnMintBatch(uint256) view returns (bool)
checkInBatch(uint256 _id, uint256 _fromBatch) view returns (bool)
checkMaxSupply(uint256 _id, bool _isBatch) view returns (uint256)
collectionBatchEndID(uint256) view returns (uint256)
exists(uint256 _id) view returns (bool)
flagged(uint256) view returns (bool)
ipfsCIDBatch(uint256) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
isValidTier(bytes32[] proof, bytes32 leaf) view returns (bool, uint8)
maxSupply(uint256) view returns (uint256)
maxSupplyForBatch(uint256) view returns (uint256)
pausedBatch(uint256) view returns (bool)
requirementTokenAmounts(uint256, uint256) view returns (uint256)
requirementTokens(uint256, uint256) view returns (uint256)
restricted(address) view returns (bool)
revealedBatch(uint256) view returns (bool)
roll(uint256) view returns (string)
rollInUse(uint256) view returns (bool)
rollLimitMax(uint256) view returns (uint256)
rollLimitMin(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierMinted(address, uint256) view returns (uint256)
tiers(uint256) view returns (uint256 tLimit, uint256 tCost, bytes32 tRoot)
tokenNextToMintInBatch(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
uriBatch(uint256) view returns (string)
walletMinted(address, uint256) view returns (uint256)
State-modifying
Events _mintInOrder(address _to, uint256 _numberOfTokensToMint, uint256 _fromBatch, bytes32[] proof) payable
burnBatch(uint256[] _ids, uint256[] _amounts)
createBatchAndSetURI(uint256 _endBatchID, uint256 _newCost, string _uri, bool _isIpfsCID, bool _isMintInOrder)
flagID(uint256 _id, bool _state)
mint(address _to, uint256 _id, uint256 _amount, uint256 _fromBatch, bytes32[] proof) payable
mintBatch(address _to, uint256[] _ids, uint256[] _amounts, uint256 _fromBatch, bytes32[] proof) payable
pause(bool _pauseAll, uint256 _fromBatch, bool _state)
renounceOwnership()
restrictAddress(address _user, bool _state)
rollLimitSet(uint256 _min, uint256 _max, uint256 _fromBatch)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAdmins(address[] _users)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost, uint256 _fromBatch)
setCostNextOnTrigger(uint256 _nextCost, uint256 _triggerPointID, uint256 _fromBatch)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupplies(uint256[] _ids, uint256[] _supplies, bool _isBatchAllSameSupply)
setMintDate(uint256 _batch, uint256 _unixDate)
setMintLimit(uint256 _limit, uint256 _fromBatch)
setPayoutAddress(address _address)
setProjectLeader(address _user)
setRequirementTokens(uint256 _id, bool _isBatch, uint256[] _requiredIDS, uint256[] _amounts)
setStateOf(uint256 _option, bool _state, uint256 _fromBatch)
setTier(bool _create, uint8 _tID, uint256 _tLimit, uint256 _tCost, bytes32 _tRoot)
setTokenNextToMintInBatch(uint256 _id, uint256 _fromBatch)
setURI(bool _hidden, bool _tier, bool _isBatch, uint256 _id, string _uri, bool _isIpfsCID)
transferOwnership(address newOwner)
updatecollectionEndID(uint256 _newcollectionEndID)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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()
receive()
OperatorNotAllowed(address operator)