TransactionLimiter
Verified contract
Active on
Ethereum with 2 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 "TransactionLimiter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10547124 | 4 years ago | | | 0 | 0.0030471000 | |
| 10547117 | 4 years ago | | | 0 | 0.0038022450 |
ABI
ABI objects
Getter at block 21188225
VERSION() view returns (string)
2.0.0
getContractAddressLocator() view returns (address)
0xaabcd54faf94925adbe0df117c62961acecbacdb
maxBuyDiff() view returns (uint256)
0
maxSellDiff() view returns (uint256)
100000000000000000000000
owner() view returns (address)
0x560921b9bf8851c11ba914f8028eeb4de423aa5a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sequenceNum() view returns (uint256)
1609832240444
totalBuy() view returns (uint256)
0
totalSell() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimOwnership()
incTotalBuy(uint256 _amount)
incTotalSell(uint256 _amount)
renounceOwnership()
resetTotal()
setMaxDiff(uint256 _sequenceNum, uint256 _maxBuyDiff, uint256 _maxSellDiff)
transferOwnership(address newOwner)
MaxDiffNotSaved(uint256 _maxBuyDiff, uint256 _maxSellDiff)
MaxDiffSaved(uint256 _maxBuyDiff, uint256 _maxSellDiff)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _contractAddressLocator)
This contract contains no fallback and receive objects.
This contract contains no error objects.