WhiteListed
Verified contract
Active on
Ethereum with 291 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 "WhiteListed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5218905 | 7 years ago | | | 0 | 0.00072006300 | |
| 5218444 | 7 years ago | | | 0 | 0.00028295100 | |
| 5218416 | 7 years ago | | | 0 | 0.00023950800 | |
| 5218393 | 7 years ago | | | 0 | 0.00023950800 | |
| 5218174 | 7 years ago | | | 0 | 0.00071660700 | |
| 5218163 | 7 years ago | | | 0 | 0.00071660700 | |
| 5218138 | 7 years ago | | | 0 | 0.00071660700 | |
| 5218116 | 7 years ago | | | 0 | 0.00069309000 | |
| 5218103 | 7 years ago | | | 0 | 0.00071660700 | |
| 5218085 | 7 years ago | | | 0 | 0.00071660700 |
ABI
ABI objects
Getter at block 21166064
count() view returns (uint256)
13029
getWhiteListCount() view returns (uint256)
13029
owner() view returns (address)
0xe33fce835f2ca50a2b0fa59469bd12b7fdcd10df
primaryOperator() view returns (address)
0x1702c46acf8b81b60e9161ec2e8b86093a3f0c40
secondaryOperator() view returns (address)
0xe33fce835f2ca50a2b0fa59469bd12b7fdcd10df
Read-only
batchMap(address) view returns (bool isWhitelisted, uint256 weiAllocated, uint256 batchNumber)
getAllocated(address addr) view returns (uint256)
getBatchNumber(address addr) view returns (uint256)
isPrimaryOperator(address addr) view returns (bool)
isSecondaryOperator(address addr) view returns (bool)
isWhiteListed(address addr) view returns (bool)
State-modifying
Events addWhiteListed(address[] addrs, uint256[] batches, uint256[] weiAllocation)
removeWhiteListed(address addr)
setAllocation(address[] addrs, uint256[] weiAllocation)
setBatchNumber(address[] addrs, uint256[] batch)
setPrimaryOperator(address addr)
setSecondaryOperator(address addr)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Whitelisted(address indexed addr, uint256 whitelistedCount, bool isWhitelisted, uint256 indexed batch, uint256 weiAllocation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.