AuthorizationDataSource
Verified contract
Active on
Ethereum with 79 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) |
---|---|---|---|---|---|---|---|
| 8624915 | 5 years ago | | | 0 | 0.0017468100 | |
| 8624904 | 5 years ago | | | 0 | 0.0013451620 | |
| 8624890 | 5 years ago | | | 0 | 0.0030324320 | |
| 8624802 | 5 years ago | | | 0 | 0.0030307680 | |
| 8624796 | 5 years ago | | | 0 | 0.0030324320 | |
| 8624796 | 5 years ago | | | 0 | 0.00067997800 | |
| 8624735 | 5 years ago | | | 0 | 0.0017451460 | |
| 8624735 | 5 years ago | | | 0 | 0.0023326400 | |
| 8624735 | 5 years ago | | | 0 | 0.0023313600 | |
| 8624152 | 5 years ago | | | 0 | 0.00089090400 |
ABI
ABI objects
Getter at block 21402707
VERSION() view returns (string)
1.0.0
getAdminArray() view returns (address[])
[0xc6B240819C279825260964055F4F56e8f482B5a2]
getAdminCount() view returns (uint256)
1
owner() view returns (address)
0xc6b240819c279825260964055f4f56e8f482b5a2
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
walletCount() view returns (uint256)
41
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.