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 "Participator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11129806 | 8 months ago | | | 0 | 0.000000002563038578 | |
| 11129781 | 8 months ago | | | 0 | 0.000000009929224968 | |
| 11129763 | 8 months ago | | | 0 | 0.000000004618296280 | |
| 11087167 | 8 months ago | | | 0 | 0.000000000575889062 | |
| 11087066 | 8 months ago | | | 0 | 0.000000009435654480 | |
| 11086974 | 8 months ago | | | 0 | 0.000000083855031568 | |
| 11086510 | 8 months ago | | | 0 | 0.000000003662367478 | |
| 11086287 | 8 months ago | | | 0 | 0.000000009546048974 | |
| 11086182 | 8 months ago | | | 0 | 0.000000000941716480 | |
| 11085255 | 8 months ago | | | 0 | 0.000000000085486220 |
ABI
ABI objects
Getter at block 22034232
isPublic() view returns (bool)
true
max() view returns (uint256)
3000000000
maxAllocations() view returns (uint256)
50000000000
min() view returns (uint256)
100000000
owner() view returns (address)
0xc2a96b13a975c656f60f401a5f72851af4717d4a
paused() view returns (bool)
true
raised() view returns (uint256)
49979579680
Read-only
acceptedTokens(uint256) view returns (address)
allocations(address wallet) view returns (uint256 allocation)
blacklist(address wallet) view returns (bool isBlacklisted)
whitelist(address wallet) view returns (bool isWhitelisted)
State-modifying
Events addBatchToWhitelist(address[] wallets)
addToBlacklist(address wallet)
makePublic()
pause()
renounceOwnership()
sendToken(address wallet, address tokenAddress, uint256 amount)
transferOwnership(address newOwner)
unpause()
withdraw()
Allocated(address indexed wallet, address token, uint256 amount)
Blacklisted(address wallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PublicAllowed()
Unpaused(address account)
Whitelisted(address[] addresses)
constructor(address[] _acceptedTokens, uint256 _min, uint256 _max, uint256 _maxAllocations)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
IParticipator__Invalid(string message)
IParticipator__Unauthorized(string message)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)