AbacasXchange [Abacas] Token
Verified contract
Active on
Ethereum with 2,107 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 "AbacasXchange [Abacas] Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12618385 | 3 years ago | | | 0 | 0.00017902403 | |
| 12618373 | 3 years ago | | | 0 | 0.00022378000 | |
| 8924261 | 5 years ago | | | 0 | 0.00020700000 | |
| 8924257 | 5 years ago | | | 0 | 0.00037370000 | |
| 8409665 | 5 years ago | | | 0 | 0.00018146400 | |
| 8397489 | 5 years ago | | | 0 | 0.00018146400 | |
| 8355800 | 5 years ago | | | 0 | 0.00010499600 | |
| 8195187 | 5 years ago | | | 0 | 0.000037498000 | |
| 8195178 | 5 years ago | | | 0 | 0.000037562000 | |
| 8195146 | 5 years ago | | | 0 | 0.000037498000 |
ABI
ABI objects
Getter at block 21218065
allowedTransferWallet() view returns (address)
0xbf9c743c7dd8cbd107474ca77bc764ec5e822625
decimals() view returns (uint8)
9
name() view returns (string)
AbacasXchange [Abacas] Token
owner() view returns (address)
0xed4a39b414d978432344afb7b8d693f44a33eb4a
paused() view returns (bool)
false
symbol() view returns (string)
ABCS
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeAllowTransferWallet(address _allowedTransferWallet)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _allowedTransferWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.