AddressList
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AddressList"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17812324 | a year ago | | | 0 | 0.00076064613 | |
| 17812321 | a year ago | | | 0 | 0.00069795132 | |
| 17791608 | a year ago | | | 0 | 0.0016586209 | |
| 17791607 | a year ago | | | 0 | 0.0016915558 | |
| 17791606 | a year ago | | | 0 | 0.0011460535 | |
| 17791605 | a year ago | | | 0 | 0.0011241048 | |
| 17215719 | 2 years ago | | | 0 | 0.0043667584 | |
| 17215718 | 2 years ago | | | 0 | 0.0045553808 | |
| 17215717 | 2 years ago | | | 0 | 0.0045469029 | |
| 17215716 | 2 years ago | | | 0 | 0.0046463439 |
ABI
ABI objects
Getter at block 21210930
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
checkTotalUsedAmount() view returns (uint256)
13
checkTotalallowAmount() view returns (uint256)
12
totalAllowAmount() view returns (uint256)
12
totalUsedAmount() view returns (uint256)
13
Read-only
allowAmount(address) view returns (uint256)
checkRemainAmount(address _address) view returns (uint256)
checkallowAmount(address _address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
usedAmount(address) view returns (uint256)
State-modifying
Events addAllowAmount(address _address, uint256 _amount)
grantRole(bytes32 role, address account)
removeAllAllowAmount(address _address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
useAllowAmount(address _address)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.