Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Drop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2429852 | a year ago | | | 2 | 0.0000031212019 | |
| 2429594 | a year ago | | | 2 | 0.0000034333200 | |
| 2429571 | a year ago | | | 2 | 0.0000031212019 | |
| 2429569 | a year ago | | | 2 | 0.0000034333200 | |
| 2429561 | a year ago | | | 2 | 0.0000034333200 | |
| 2429557 | a year ago | | | 0.11 | 0.0000031212019 | |
| 2429557 | a year ago | | | 2 | 0.000046818002 | |
| 2429555 | a year ago | | | 2 | 0.0000031212019 | |
| 2429554 | a year ago | | | 2 | 0.0000031212019 | |
| 2429554 | a year ago | | | 2 | 0.0000034333200 |
ABI
ABI objects
Getter at block 21976898 getAddresses() view returns (address[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE_MULTIPLE() view returns (uint256)
100000000
TOKEN() view returns (address)
0x0000000000000000000000000000000000000000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
currentTotalDropUSDAmount() view returns (uint256)
2979482376719851151759499
endBlock() view returns (uint256)
1
finAddr() view returns (address)
0xfc46cfb4adaf3add56ae6cbece979bad9a82a0e4
getAddressesLength() view returns (uint256)
1201
maxDropUSDAmountEachUser() view returns (uint256)
3720597014920000000000
maxTotalDropUSDAmount() view returns (uint256)
186029850746000000000000000000
startBlock() view returns (uint256)
2428930
whiteList() view returns (address[] _addresses)
[]
whiteListTimeOutBlock() view returns (uint256)
0
Read-only
addresses(uint256) view returns (address)
getRemainDropAmount(address _token, address _user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfoMap(address) view returns (uint256 maxAmount, uint256 minAmountEachDeposit, uint256 maxAmountEachDeposit, uint256 amount, uint256 usdAmount, uint256 usdPrice, uint256 tokenPowerPrice)
userInfoMap(address) view returns (uint256)
State-modifying
Events addAllToWhiteList(address[] _addresses)
addToWhiteList(address _address)
deposit(address _token, uint256 _amount) payable returns (uint256 amount, uint256 ethAmount)
emergencyWithdrawErc20(address tokenAddress)
emergencyWithdrawEther()
grantRole(bytes32 role, address account)
initialize(uint256 _startBlock, uint256 _whiteListTimeOutBlock, uint256 _endBlock, uint256 _maxTotalDropUSDAmount, uint256 _maxDropUSDAmountEachUser, address _finAddr, address _ownerAddress)
removeAllFromWhiteList(address[] _addresses)
removeFromWhiteList(address _address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEndBlock(uint256 _endBlock)
setMaxDropUSDAmountEachUser(uint256 _maxDropUSDAmountEachUser)
setMaxTotalDropUSDAmount(uint256 _maxTotalDropUSDAmount)
setStartBlock(uint256 _startBlock)
setTokenInfo(address _token, uint256 _maxAmount, uint256 _minAmountEachDeposit, uint256 _maxAmountEachDeposit, uint256 _usdPrice, uint256 _tokenPowerPrice)
setWhiteListTimeOutBlock(uint256 _whiteListTimeOutBlock)
transferDropFinAddress(address _finAddr)
transferOwnership(address newOwner)
Deposit(address indexed token, address indexed sender, uint256 tokenAmount, uint256 usdAmount)
FinAddressTransferred(address indexed previousFinAddress, address indexed newFinAddress)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetTokenInfo(address indexed token, uint256 maxAmount, uint256 minAmountEachDeposit, uint256 maxAmountEachDeposit, uint256 usdPrice, uint256 bakePowerPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.