SocialTradingManagerV2
Verified contract
Active on
Ethereum with 1,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf551…20c8
Balances ($0.00)
No balances found for "SocialTradingManagerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13351971 | 3 years ago | | | 0 | 0.0048359350 | |
| 13054858 | 3 years ago | | | 0 | 0.0023941072 | |
| 12414093 | 4 years ago | | | 0 | 0.42130186 | |
| 12231702 | 4 years ago | | | 0 | 0.0067871870 | |
| 12196739 | 4 years ago | | | 0 | 0.0046132613 | |
| 12196732 | 4 years ago | | | 0 | 0.0080046824 | |
| 12196725 | 4 years ago | | | 0 | 0.0070670713 | |
| 12196721 | 4 years ago | | | 0 | 0.019303461 | |
| 12196714 | 4 years ago | | | 0 | 0.0046191368 | |
| 12109986 | 4 years ago | | | 0 | 0.24830611 |
ABI
ABI objects
Getter at block 21291310 validAddresses() view returns (address[])
MAXIMUM_ALLOCATION() view returns (uint256)
1000000000000000000
ONE_PERCENT() view returns (uint256)
10000000000000000
REBALANCING_SET_NATURAL_UNIT() view returns (uint256)
100000000
core() view returns (address)
0xf55186cc537e7067ea616f2aae007b4427a120c8
factory() view returns (address)
0xa367a2513cbd5be1c75a745914521a93e011549c
feeUpdateTimelock() view returns (uint256)
432000
isOwner() view returns (bool)
false
maxEntryFee() view returns (uint256)
100000000000000000
owner() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
timeLockPeriod() view returns (uint256)
432000
Read-only
addresses(uint256) view returns (address)
areValidAddresses(address[] _addresses) view returns (bool)
pools(address) view returns (address trader, address allocator, uint256 currentAllocation, uint256 newEntryFee, uint256 feeUpdateTimestamp)
timeLockedUpgrades(bytes32) view returns (uint256)
upgradeIdentifier(address) view returns (bytes32)
whiteList(address) view returns (bool)
State-modifying
Events addAddress(address _address)
adjustFee(address _tradingPool, bytes _newFeeCallData)
createTradingPool(address _tradingPairAllocator, uint256 _startingBaseAssetAllocation, uint256 _startingUSDValue, bytes32 _name, bytes32 _symbol, bytes _rebalancingSetCallData)
finalizeEntryFeeChange(address _tradingPool)
initiateEntryFeeChange(address _tradingPool, uint256 _newEntryFee)
removeAddress(address _address)
removeRegisteredUpgrade(address _tradingPool, bytes32 _upgradeHash)
renounceOwnership()
setFeeRecipient(address _tradingPool, address _newFeeRecipient)
setLiquidator(address _tradingPool, address _newLiquidator)
setTimeLockPeriod(uint256 _timeLockPeriod)
setTrader(address _tradingPool, address _newTrader)
transferOwnership(address newOwner)
updateAllocation(address _tradingPool, uint256 _newAllocation, bytes _liquidatorData)
AddressAdded(address _address)
AddressRemoved(address _address)
AllocationUpdate(address indexed tradingPool, uint256 oldAllocation, uint256 newAllocation)
NewTrader(address indexed tradingPool, address indexed oldTrader, address indexed newTrader)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRegisteredUpgrade(bytes32 indexed _upgradeHash)
TradingPoolCreated(address indexed trader, address indexed allocator, address indexed tradingPool, uint256 startingAllocation)
UpgradeRegistered(bytes32 _upgradeHash, uint256 _timestamp)
constructor(address _core, address _factory, address[] _whiteListedAllocators, uint256 _maxEntryFee, uint256 _feeUpdateTimelock)
This contract contains no fallback and receive objects.
This contract contains no error objects.