NFTOpenSale

Verified contract

Active on Ethereum with 590 txns
Deployed by via 0x4f6d4d79 at 16138768
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFTOpenSale"

0x2f72a52f7f2a03f7b4c6efcb81ec8033fa744aa95c1b97ed8d3ecd8879122951
0x22c5708f3b140cd26bcb1a8b58611d0065b7483fb7a2d05d06b1199bca6e2820
0x8c7617d991bac45371ba9eb3b69be5362ca49cc5c9e31dadf1d38469effa788b
0x8b520f6b18d074fa62b43b3f0ecc5e9545bc4e0555f2aabcb96dda004abce045
0x18dc341bf84a96ef4f25404e5950b2e6402131ef8446e349ab633b36d634e20e
0xfd76871941bc8656221c5cf511e04c71c408adbcdec854ebbfe022137c7c6188
0xa66536375b5cfa6a4346ca6fb865e7dce35d90256edd437fddd664939d0bc8ab
0x740ed9a419637a8df1fd504ecbdf28526ba09e8d9dbb2c8647dd384278a18f23
0x4a0c0311cc1dae026398345d2dc74ffbb2028a9be918f758fce009dcaaf1e3bc
0x50d468a12703d9f9d8c4cbc4c34d7feaf67d15302e1ed7ed839169dcf9aee81f

Functions
Getter at block 21387989
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_nftBase(view returns (address)
0x315f4ca307a2d5375486db7c7008b6e349dc7cc3
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoundData(uint256 ridview returns (struct NFTOpenSaleRoundData)
getSaleData(uint256 idview returns (struct NFTOpenSaleSaleData)
hasRole(bytes32 roleaddress accountview returns (bool)
isWhiteList(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addAdmin(address account
addWhiteList(address[] accounts
buy(uint256 idpayable returns (bool)
cancel(uint256 id
grantRole(bytes32 roleaddress account
open(uint256 iduint256 priceuint256 round
openBatch(uint256[] idsuint256[] pricesuint256[] rounds
removeAdmin(address account
removeWhiteList(address[] accounts
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setRound(uint256 riduint256 startuint256 endbool isPrivate
Events
AddWhiteList(address[] account
Canceled(uint256 id
Closed(uint256 id
Opened(uint256 iduint256 priceuint256 round
OpenedBatch(uint256[] iduint256[] priceuint256[] round
RemoveWhiteList(address[] account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetRound(uint256 riduint256 startuint256 endbool isPrivate
Constructor
constructor(address nftBase
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.