ScorpiosRevealableNftCollection
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "ScorpiosRevealableNftCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ScorpiosRevealableNftCollection"
ABI
ABI objects
Getter at block 20818951 availableForMintAmount() view returns (uint256) totalSupply() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseUri_() view returns (string)
idGenerator_() view returns (uint256)
0
isRevealed_() view returns (bool)
false
isSaleActive_() view returns (bool)
false
maxPossibleTotalSupply_() view returns (uint256)
0
maxSellAmountForOneBuyer_() view returns (uint256)
0
name() view returns (string)
paymentToken_() view returns (address)
0x0000000000000000000000000000000000000000
price_() view returns (uint256)
0
symbol() view returns (string)
version() pure returns (string)
ScorpiosRevealableNftCollection v1.5
Read-only
availableForBuyAmount(address _buyer) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calcPrice(uint256 _amount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares_(uint256) view returns (address holder, uint16 bps)
soldAmounts_(address) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activateSale(bool _on)
approve(address to, uint256 tokenId)
buy(address _to, uint256 _amount)
grantRole(bytes32 role, address account)
initialize(string _name, string _symbol, address _admin, address[] _minters, struct Share[] _shares, uint256 _maxPossibleTotalSupply, uint256 _maxSellAmountForOneBuyer, string _baseUri, address _paymentToken, uint256 _price, address _royaltyReceiver, uint96 _royaltyPercentage)
mintBatch(address _to, uint256 _amount)
renounceRole(bytes32 role, address account)
reveal(string _baseUri, bool _isRevealed)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxPossibleTotalSupply(uint256 _maxPossibleTotalSupply)
setMaxSellAmountForOneBuyer(uint256 _maxSellAmountForOneBuyer)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.