WhiteList
Verified contract
Active on
Ethereum with 119 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 "WhiteList"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12850773 | 3 years ago | | | 0 | 0.0012492040 | |
| 12850564 | 3 years ago | | | 0 | 0.0013059860 | |
| 12850556 | 3 years ago | | | 0 | 0.00096529400 | |
| 12850073 | 3 years ago | | | 0 | 0.075282902 | |
| 12850067 | 3 years ago | | | 0 | 0.0019574000 | |
| 12515695 | 3 years ago | | | 0 | 0.00059718400 | |
| 12515670 | 3 years ago | | | 0 | 0.094016790 | |
| 12515665 | 3 years ago | | | 0 | 0.0029364600 | |
| 12515611 | 3 years ago | | | 0 | 0.0018718260 | |
| 12502441 | 3 years ago | | | 0 | 0.20486205 |
ABI
ABI objects
Getter at block 21178439
MaxUsersLimit() view returns (uint256)
720
WhiteListCost() view returns (uint256)
0
WhiteListCount() view returns (uint256)
33
owner() view returns (address)
0xbba5cc650bf9d39301e50e5d5c3f6e518c90c087
Read-only
Check(address _user, uint256 _id) view returns (uint256)
WhitelistDB(uint256, address) view returns (uint256)
WhitelistSettings(uint256) view returns (address Creator, uint256 ChangeUntil, address Contract, bool isReady)
isWhiteListReady(uint256 _Id) view returns (bool)
State-modifying
Events AddAddress(uint256 _Id, address[] _Users, uint256[] _Amount)
ChangeContract(uint256 _Id, address _NewContract)
ChangeCreator(uint256 _Id, address _NewCreator)
CreateManualWhiteList(uint256 _ChangeUntil, address _Contract) payable returns (uint256 Id)
Register(address _Subject, uint256 _Id, uint256 _Amount)
RemoveAddress(uint256 _Id, address[] _Users)
WithdrawETHFee(address _to)
renounceOwnership()
setMaxUsersLimit(uint256 _limit)
setWhiteListCost(uint256 _newCost)
transferOwnership(address _newOwner)
NewWhiteList(uint256 _WhiteListCount, address _creator, address _contract, uint256 _changeUntil)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.