Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1 | $1.00 |
$1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8496270 | 5 years ago | | | 0 | 0.0010017400 | |
| 8495150 | 5 years ago | | | 0 | 0.0014690400 | |
| 8495005 | 5 years ago | | | 0 | 0.0028711200 | |
| 8494993 | 5 years ago | | | 0 | 0.0014690400 | |
| 8494945 | 5 years ago | | | 0 | 0.0034489760 | |
| 8494913 | 5 years ago | | | 0 | 0.0033600000 | |
| 8494898 | 5 years ago | | | 0 | 0.0021000000 | |
| 8494881 | 5 years ago | | | 0 | 0.0031211680 |
ABI
ABI objects
Getter at block 21180296
balance() view returns (uint256)
1000000
erc20_token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
get_employee_count() view returns (uint256)
1
get_signers() view returns (address[])
[0x4Aa66237b79d0B9bE8F6FE9e416d3975D480ec20, 0x3bDe508F42130c7F87714A2219A9969CBad1e6A2, 0x57955d7AA271DbDDE92D67e0EF52D90c6E4089cA]
owner() view returns (address)
0xde7f0754e51e81118dac6dee756240fe6d2766f8
signer_number() view returns (uint256)
3
token() view returns (address, string)
(0xdac17f958d2ee523a2206206994597c13d831ec7, USDT)
token_name() view returns (string)
USDT
Read-only
employee_accounts(uint256) view returns (address)
employee_infos(address) view returns (uint256 salary, uint256 period, uint256 total, uint256 claimed, uint256 last_block_num, bool exists)
get_employee_info_with_account(address account) view returns (uint256 salary, uint256 period, uint256 total, uint256 claimed, uint256 last_claim_block_num)
get_employee_info_with_index(uint256 index) view returns (uint256 salary, uint256 period, uint256 total, uint256 claimed, uint256 last_claim_block_num)
get_unused_invoke_id(string name) view returns (uint64)
invokes(bytes32) view returns (uint256 propose_height, bytes32 invoke_hash, string func_name, uint64 invoke_id, bool called, bool processing, bool exists)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
signer_join_height(address) view returns (uint256)
signers(uint256) view returns (address)
used_invoke_ids(bytes32) view returns (uint64)
State-modifying
Events add_employee(uint64 id, address account, uint256 last_block_num, uint256 period, uint256 salary) returns (bool)
claim_salary(address to, uint256 amount) returns (bool)
config_employee(uint64 id, address account, uint256 period, uint256 salary) returns (bool)
reform_signers(uint64 id, address[] s)
self_info() returns (uint256 salary, uint256 period, uint256 total, uint256 claimed, uint256 last_claim_block_num)
transfer(uint64 id, address to, uint256 tokens) returns (bool success)
unclaimed_amount() returns (uint256)
ClaimedSalary(address account, address to, uint256 amount)
function_called(string name, uint64 id, uint256 propose_height)
signers_reformed(address[] old_signers, address[] new_signers)
valid_function_sign(string name, uint64 id, uint64 current_signed_number, uint256 propose_height)
constructor(string name, address token_contract, address[] s)
This contract contains no fallback and receive objects.
This contract contains no error objects.