Accounting Blockchain Token
Verified contract
Active on
Ethereum with 12,351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAB | ERC-20 | 7.108927B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464182 | a year ago | | | 0 | 0.0017181267 | |
| 16198513 | 2 years ago | | | 0 | 0.0010704836 | |
| 11269454 | 4 years ago | | | 0 | 0.0020280980 | |
| 11184455 | 4 years ago | | | 0 | 0.0016831760 | |
| 11177617 | 4 years ago | | | 0 | 0.0035193680 | |
| 11081989 | 4 years ago | | | 0 | 0.00080383800 | |
| 10905075 | 4 years ago | | | 0 | 0.0089667002 | |
| 10774157 | 4 years ago | | | 0 | 0.045904800 | |
| 10701464 | 4 years ago | | | 0 | 0.0054703220 | |
| 10429781 | 4 years ago | | | 0 | 0.0015798928 |
ABI
ABI objects
Getter at block 21163628 etherAddress() view returns (address)
decimals() view returns (uint8)
18
name() view returns (string)
Accounting Blockchain Token
owner() view returns (address)
0xb1c0844bc37fe54a93da74538ca97a8f900aa9fa
paused() view returns (bool)
false
remainingSupply() view returns (uint256)
7108617480000000000000000000
symbol() view returns (string)
TAB
totalBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
7210000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockStates(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnFromContract(uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
fund() payable
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(address _address)
lockMultiple(address[] _addresses)
pause()
sendEther() payable
setEtherAddress(address newAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromContract(address[] _addresses, uint256[] _values) returns (bool)
transferOwnership(address newOwner)
unlock(address _address)
unlockMultiple(address[] _addresses)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
EtherAddressChanged(address indexed previousAddress, address newAddress)
EtherReceived(address indexed sender, uint256 weiAmount)
EtherSent(address indexed receiver, uint256 weiAmount)
Lock(address indexed accountAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed accountAddress)
Unpause()
constructor()
fallback()
This contract contains no error objects.