SaleEvents
Verified contract
Active on
Ethereum with 3,348 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 "SaleEvents"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 15669884 | 2 years ago | | | 1.5 | 0.00051183872 | |
| 15465423 | 2 years ago | | | 0.1 | 0.00023948535 | |
| 15446656 | 2 years ago | | | 0.1 | 0.00051851073 | |
| 15446178 | 2 years ago | | | 0.1 | 0.00038154653 | |
| 15440429 | 2 years ago | | | 0.1 | 0.00038022423 | |
| 15439820 | 2 years ago | | | 0.1 | 0.00024776298 | |
| 15439820 | 2 years ago | | | 0.1 | 0.00024776298 | |
| 15439820 | 2 years ago | | | 0.1 | 0.00024776298 | |
| 15439820 | 2 years ago | | | 0.1 | 0.00024776298 | |
| 15439820 | 2 years ago | | | 0.1 | 0.00024776298 |
ABI
ABI objects
Getter at block 21164522
counter() view returns (uint256)
3105
management() view returns (address)
0x3cd993f928eab47b7d5024521c84bf2476cbb3db
Read-only
events(uint256) view returns (uint256 start, uint256 end, uint256 maxAllocation, uint256 availableAmount, uint256 maxSaleAmount, bool isPublic, bool forcedTerminate)
nftTokens(uint256) view returns (address)
prices(uint256, address) view returns (uint256)
purchased(uint256, address) view returns (uint256)
whitelist(uint256, address) view returns (bool)
State-modifying
Events purchase(uint256 _eventId, address _paymentToken, uint256 _purchaseAmt) payable
setEvent(uint256 _eventId, uint256 _start, uint256 _end, uint256 _maxAllocation, uint256 _maxSaleAmount, address _nftToken, bool _isPublic)
setManagement(address _management)
setPrice(uint256 _eventId, address _token, uint256 _price)
setWhitelist(uint256 _eventId, address[] _beneficiaries, bool _opt)
terminate(uint256 _eventId)
Purchased(uint256 indexed eventId, address indexed to, address indexed nftToken, address paymentToken, uint256 purchasedAmt, uint256 paymentAmt)
SetEvent(uint256 indexed eventId, uint256 indexed start, uint256 indexed end, uint256 maxSaleAmount, uint256 maxAllocation)
SetPrice(uint256 indexed eventId, address indexed token, uint256 indexed price)
constructor(address _management)
This contract contains no fallback and receive objects.
This contract contains no error objects.