ValidationLogic
Verified contract
Active on
Ethereum with 3 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 "ValidationLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060889 | a month ago | | | 0 | 0.00018450104 | |
| 20689629 | 3 months ago | | | 0 | 0.000040431799 | |
| 20129763 | 5 months ago | | | 0 | 0.00018614071 |
ABI
ABI objects
Getter at block 21243946
minETH() view returns (uint256)
1000000000000000000
minInitMaxWallet() view returns (uint256)
100
minLockDuration() view returns (uint256)
2592000
minPercentLP() view returns (uint256)
60
owner() view returns (address)
0xacfb878960bcda38782d854efb2e687b57e31f09
Read-only
validate(uint256 ethAmt, bytes params) view
State-modifying
Events renounceOwnership()
setMinETH(uint256 minimum)
setMinInitMaxWallet(uint256 minumum)
setMinLockDuration(uint256 duration)
setMinPercentLP(uint256 percent)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 minLP, uint256 minLock, uint256 ETH, uint256 minMaxWallet)
This contract contains no fallback and receive objects.
ETHAmount()
ExceedsMaxTxAmount()
ExceedsMaxWalletAmount()
InitMaxWallet()
InvalidConfiguration()
LockDuration()
NotWhitelisted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PercentLP()
TradingNotEnabled()