NFTOpenSale
Verified contract
Active on
Ethereum with 590 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 "NFTOpenSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16744017 | 2 years ago | | | 1.64 | 0.0023987337 | |
| 16743804 | 2 years ago | | | 1.64 | 0.0025800442 | |
| 16743486 | 2 years ago | | | 1.64 | 0.0031518471 | |
| 16743210 | 2 years ago | | | 0.42 | 0.0027255441 | |
| 16743191 | 2 years ago | | | 0.42 | 0.0027958845 | |
| 16742800 | 2 years ago | | | 0.42 | 0.0027408381 | |
| 16742431 | 2 years ago | | | 0.83 | 0.0049305334 | |
| 16742104 | 2 years ago | | | 0.42 | 0.0054491915 | |
| 16741889 | 2 years ago | | | 0.42 | 0.010814536 | |
| 16741763 | 2 years ago | | | 0.83 | 0.0034340465 |
ABI
ABI objects
Getter at block 21387989
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_nftBase() view returns (address)
0x315f4ca307a2d5375486db7c7008b6e349dc7cc3
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoundData(uint256 rid) view returns (struct NFTOpenSaleRoundData)
getSaleData(uint256 id) view returns (struct NFTOpenSaleSaleData)
hasRole(bytes32 role, address account) view returns (bool)
isWhiteList(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address account)
addWhiteList(address[] accounts)
buy(uint256 id) payable returns (bool)
cancel(uint256 id)
grantRole(bytes32 role, address account)
open(uint256 id, uint256 price, uint256 round)
openBatch(uint256[] ids, uint256[] prices, uint256[] rounds)
removeAdmin(address account)
removeWhiteList(address[] accounts)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setRound(uint256 rid, uint256 start, uint256 end, bool isPrivate)
AddWhiteList(address[] account)
Canceled(uint256 id)
Closed(uint256 id)
Opened(uint256 id, uint256 price, uint256 round)
OpenedBatch(uint256[] id, uint256[] price, uint256[] round)
RemoveWhiteList(address[] account)
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)
SetRound(uint256 rid, uint256 start, uint256 end, bool isPrivate)
constructor(address nftBase)
This contract contains no fallback and receive objects.
This contract contains no error objects.