GeneralTransferManager
Verified contract
Active on
Ethereum with 54 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9992…d1ec
Balances ($0.00)
No balances found for "GeneralTransferManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6680540 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680538 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680536 | 6 years ago | | | 0 | 0.0015761100 | |
| 6680534 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680531 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680530 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680528 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680526 | 6 years ago | | | 0 | 0.0015761100 | |
| 6680523 | 6 years ago | | | 0 | 0.0015722700 | |
| 6680521 | 6 years ago | | | 0 | 0.0015722700 |
ABI
ABI objects
Getter at block 21291954
FEE_ADMIN() view returns (bytes32)
0x4645455f41444d494e0000000000000000000000000000000000000000000000
FLAGS() view returns (bytes32)
0x464c414753000000000000000000000000000000000000000000000000000000
WHITELIST() view returns (bytes32)
0x57484954454c4953540000000000000000000000000000000000000000000000
allowAllBurnTransfers() view returns (bool)
false
allowAllTransfers() view returns (bool)
false
allowAllWhitelistIssuances() view returns (bool)
true
allowAllWhitelistTransfers() view returns (bool)
false
factory() view returns (address)
0xdc95598ef2bbfdb66d02d5f3eea98ea39fbc8b26
getInitFunction() pure returns (bytes4)
0x00000000
getPermissions() view returns (bytes32[])
[0x57484954454c4953540000000000000000000000000000000000000000000000, 0x464c414753000000000000000000000000000000000000000000000000000000]
issuanceAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
polyToken() view returns (address)
0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec
securityToken() view returns (address)
0x24232cdb6b17ce24e4fa4b08a513cd1ec59b28c9
signingAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
nonceMap(address, uint256) view returns (bool)
whitelist(address) view returns (uint256 fromTime, uint256 toTime, uint256 expiryTime, bool canBuyFromSTO)
State-modifying
Events changeAllowAllBurnTransfers(bool _allowAllBurnTransfers)
changeAllowAllTransfers(bool _allowAllTransfers)
changeAllowAllWhitelistIssuances(bool _allowAllWhitelistIssuances)
changeAllowAllWhitelistTransfers(bool _allowAllWhitelistTransfers)
changeIssuanceAddress(address _issuanceAddress)
changeSigningAddress(address _signingAddress)
modifyWhitelist(address _investor, uint256 _fromTime, uint256 _toTime, uint256 _expiryTime, bool _canBuyFromSTO)
modifyWhitelistMulti(address[] _investors, uint256[] _fromTimes, uint256[] _toTimes, uint256[] _expiryTimes, bool[] _canBuyFromSTO)
modifyWhitelistSigned(address _investor, uint256 _fromTime, uint256 _toTime, uint256 _expiryTime, bool _canBuyFromSTO, uint256 _validFrom, uint256 _validTo, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
pause()
takeFee(uint256 _amount) returns (bool)
unpause()
verifyTransfer(address _from, address _to, uint256, bytes, bool) returns (uint8)
AllowAllBurnTransfers(bool _allowAllBurnTransfers)
AllowAllTransfers(bool _allowAllTransfers)
AllowAllWhitelistIssuances(bool _allowAllWhitelistIssuances)
AllowAllWhitelistTransfers(bool _allowAllWhitelistTransfers)
ChangeIssuanceAddress(address _issuanceAddress)
ChangeSigningAddress(address _signingAddress)
ModifyWhitelist(address _investor, uint256 _dateAdded, address _addedBy, uint256 _fromTime, uint256 _toTime, uint256 _expiryTime, bool _canBuyFromSTO)
Pause(uint256 _timestammp)
Unpause(uint256 _timestamp)
constructor(address _securityToken, address _polyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.