ERC20AntiWhale
Verified contract
Active on
Ethereum with 23 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 "ERC20AntiWhale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233408 | 5 days ago | | | 0.005 | 0.0034571767 | |
| 21173529 | 14 days ago | | | 0 | 0.0013125779 | |
| 21172789 | 14 days ago | | | 0 | 0.0020611290 | |
| 21114409 | 22 days ago | | | 0 | 0.00030775865 | |
| 21114335 | 22 days ago | | | 0 | 0.00020975125 | |
| 21114321 | 22 days ago | | | 0 | 0.00023268115 | |
| 21114313 | 22 days ago | | | 0 | 0.00024506408 | |
| 21114308 | 22 days ago | | | 0 | 0.00025062072 | |
| 21114229 | 22 days ago | | | 0 | 0.00030253322 | |
| 21109185 | 23 days ago | | | 0.005 | 0.0022455321 |
ABI
ABI objects
Getter at block 21271173
indexer() view returns (address)
0x97219a5865fe186817d581a56b3b451a3fa62e19
payments() view returns (address)
0xd5765b5d565227a27dd7c96b32b2600958c9ce9c
projectId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
serviceId() view returns (bytes32)
0x26c569a36aee48543e84b4051eb9611741d22f01282d85191d56f01ec6c264c5
Read-only
canUse(address _tokenAddress) view returns (bool)
exempts(address, address) view returns (bool)
getOptions(address _tokenAddress) view returns (struct IERC20AntiWhaleOptions)
isActive(address _tokenAddress) view returns (bool)
isExempt(address _tokenAddress, address _traderAddress) view returns (bool)
isWhaleDetected(address _to, uint256 _amount) view returns (bool)
State-modifying
Events getProjectAddressOwner(address _projectAddress) returns (address)
getProjectOwner(bytes32 _projectId) returns (address)
isContractRegistered(address _projectAddress) returns (bool)
payService(bytes32 _projectId, address _token, uint256 qty) payable
registerBlockTimeStamp(address _to)
registerProject(bytes32 _projectId, address _owner, address _contract, string _contractType, string _name, string _symbol)
setActivePeriod(address _tokenAddress, uint256 _activePeriod)
setCanUseAntiWhale(bytes32 projectId, address _tokenAddress, struct IERC20AntiWhaleOptions _options) payable
setExempt(address _tokenAddress, address _traderAddress, bool _exempt)
setMaxAmountPerTrade(address _tokenAddress, uint256 _maxAmountPerTrade)
setMaxAmountTotal(address _tokenAddress, uint256 _maxAmountTotal)
setTimeLimitPerTrade(address _tokenAddress, uint256 _timeLimitPerTrade)
This contract contains no event objects.
constructor(address _indexer, address _payments, string _serviceId)
receive()
NotPtojectOwner()
TokenAlreadyActiveOnAntiWhale()
TokenNotActiveOnAntiWhale()