WhiteListRegistry
Verified contract
Active on
Ethereum with 6,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5421279 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421277 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421272 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421271 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421271 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421253 | 7 years ago | | | 0 | 0.00020820000 | |
| 5421251 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421250 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421249 | 7 years ago | | | 0 | 0.00043320000 | |
| 5421236 | 7 years ago | | | 0 | 0.00043320000 |
ABI
ABI objects
Getter at block 21286486
owner() view returns (address)
0x7c1d40f71ba976852a6a30f4e186774023b895ac
Read-only
isAmountAllowed(address _contributor, uint256 _amount) view returns (bool)
isWhiteListed(address _contributor) view returns (bool)
whitelist(address) view returns (bool whiteListed, uint256 minCap, uint256 maxCap)
State-modifying
Events addToWhiteList(address _contributor, uint256 _minCap, uint256 _maxCap)
removeFromWhiteList(address _contributor)
transferOwnership(address newOwner)
AddedToWhiteList(address contributor, uint256 minCap, uint256 maxCap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromWhiteList(address _contributor)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.