AuthorizationDataSource
Verified contract
Active on
Ethereum with 14,640 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 "AuthorizationDataSource"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9638775 | 5 years ago | | | 0 | 0.00023106000 | |
| 9638774 | 5 years ago | | | 0 | 0.00023106000 | |
| 9638773 | 5 years ago | | | 0 | 0.00023106000 | |
| 9638633 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638613 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638513 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638464 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638452 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638418 | 5 years ago | | | 0 | 0.0020609280 | |
| 9638413 | 5 years ago | | | 0 | 0.0020607120 |
ABI
ABI objects
Getter at block 21259237
VERSION() view returns (string)
1.0.0
getAdminArray() view returns (address[])
[0x666B54090E1053B298cf9110C2DD4F8a1A9d0362, 0x6f17d0E240663b31e6bA63c14790aa366b72F9B2, 0x88ea2f4B01C40c3801F0847BCdB7e3a775D61BDd, 0xdde2DE410a7C0BFfAf091EE39EC2a49d4E008097, 0x533948ede534516AA6f7C52cA9E123FAf8294AfE, 0x96dc2E350b1472F59E19Dd50B0dE1D25cCAeF6C1, 0x52185e4a9f56CD1d8D0609DF47d70c552898A19E, 0x9ca48C65D5c9C3f03142869b1DB5930B1F81054E, 0x56Af1ED8743Dd07821B1c6392DFeBc00A7aAA654]
getAdminCount() view returns (uint256)
9
owner() view returns (address)
0x6f17d0e240663b31e6ba63c14790aa366b72f9b2
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
walletCount() view returns (uint256)
24608
Read-only
adminArray(uint256) view returns (address)
adminTable(address) view returns (bool valid, uint256 index)
getAuthorizedActionRole(address _wallet) view returns (bool, uint256)
getTradeLimitAndClass(address _wallet) view returns (uint256, uint256)
walletTable(address) view returns (uint256 sequenceNum, bool isWhitelisted, uint256 actionRole, uint256 tradeLimit, uint256 tradeClass)
State-modifying
Events accept(address _admin)
claimOwnership()
reject(address _admin)
removeAll(address[] _wallets)
removeOne(address _wallet)
renounceOwnership()
transferOwnership(address newOwner)
upsertAll(address[] _wallets, uint256 _sequenceNum, bool _isWhitelisted, uint256 _actionRole, uint256 _tradeLimit, uint256 _tradeClass)
upsertOne(address _wallet, uint256 _sequenceNum, bool _isWhitelisted, uint256 _actionRole, uint256 _tradeLimit, uint256 _tradeClass)
AdminAccepted(address indexed _admin)
AdminRejected(address indexed _admin)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WalletDeleted(address indexed _wallet)
WalletNotDeleted(address indexed _wallet)
WalletNotSaved(address indexed _wallet)
WalletSaved(address indexed _wallet)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.