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 "AFDChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6371063 | 6 years ago | | | 0 | 0.00074817400 | |
| 6369990 | 6 years ago | | | 0 | 0.00030597336 | |
| 6364289 | 6 years ago | | | 0 | 0.00053505000 | |
| 6335064 | 6 years ago | | | 0 | 0.00017336891 | |
| 6335061 | 6 years ago | | | 0 | 0.00017336891 | |
| 6335054 | 6 years ago | | | 0 | 0.00017336891 | |
| 6335025 | 6 years ago | | | 0 | 0.00017336891 | |
| 6335010 | 6 years ago | | | 0 | 0.00017336891 | |
| 6334972 | 6 years ago | | | 0 | 0.00021177750 | |
| 6334920 | 6 years ago | | | 0 | 0.00025051353 |
ABI
ABI objects
Getter at block 21383391
_totalSupply() view returns (uint256)
210000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
AFDChain
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1ac6bc75a9e1d32a91e025257eaefc0e8965a16f
symbol() view returns (string)
AFDTT
totalSupply() view returns (uint256)
210000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
frozenAccount(address) view returns (bool)
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)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address from, bool freeze)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.