Art Blockchain Token
Verified contract
Active on
Ethereum with 5,954 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 "Art Blockchain Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9383973 | 5 years ago | | | 0 | 0.0015707200 | |
| 9286552 | 5 years ago | | | 0 | 0.0015692800 | |
| 9012756 | 5 years ago | | | 0 | 0.0015188800 | |
| 9012730 | 5 years ago | | | 0 | 0.0015112000 | |
| 8946932 | 5 years ago | | | 0 | 0.00020617200 | |
| 8687682 | 5 years ago | | | 0 | 0.00059202862 | |
| 8404604 | 5 years ago | | | 0 | 0.0011422000 | |
| 8394337 | 5 years ago | | | 0 | 0.00052908000 | |
| 8346451 | 5 years ago | | | 0 | 0.00020617200 | |
| 8315307 | 5 years ago | | | 0 | 0.00025198800 |
ABI
ABI objects
Getter at block 21215614
decimals() view returns (uint256)
18
name() view returns (string)
Art Blockchain Token
owner() view returns (address)
0x02802e1b4f35c2d6183798aef4089aff733145cf
symbol() view returns (string)
ARTCN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockedTokens(address _owner) view returns (uint256 token)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address _userAddress, uint256 _amount) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
unfreezeAccount(address _userAddress, uint256 _amount) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed account, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreeze(address indexed account, uint256 value)
constructor(address _addressFounder)
This contract contains no fallback and receive objects.
This contract contains no error objects.