Anti-counterfeiting and traceability
Verified contract
Active on
Ethereum with 68 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 "Anti-counterfeiting and traceability"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5803451 | 6 years ago | | | 0 | 0.00011219895 | |
| 5803427 | 6 years ago | | | 0 | 0.00074396284 | |
| 5803409 | 6 years ago | | | 0 | 0.0010079043 | |
| 5547596 | 7 years ago | | | 0 | 0.000092643375 | |
| 5337572 | 7 years ago | | | 0 | 0.0052459000 | |
| 5323177 | 7 years ago | | | 0 | 0.0021481917 | |
| 5323168 | 7 years ago | | | 0 | 0.0021775066 | |
| 5318545 | 7 years ago | | | 0 | 0.0037523000 | |
| 5318538 | 7 years ago | | | 0 | 0.0037523000 | |
| 5318531 | 7 years ago | | | 0 | 0.0037523000 |
ABI
ABI objects
Getter at block 21259121
decimals() view returns (uint8)
18
name() view returns (string)
Anti-counterfeiting and traceability
owner() view returns (address)
0x163cd4ce72bb13143595663a39fe8e5ba1c1ca36
slogan() view returns (string)
币探索 (bitansuo.com | bitansuo.eth)
symbol() view returns (string)
AFTC
totalSupply() view returns (uint256)
180000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
ownerChangeSlogan(string _slogan)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
SloganChanged(string indexed oldSlogan, string indexed newSlogan)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.