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 "Athlon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11507462 | 4 years ago | | | 0 | 0.0022907940 | |
| 11496345 | 4 years ago | | | 0 | 0.0035203140 | |
| 10721003 | 4 years ago | | | 0 | 0.0020956320 | |
| 10566572 | 4 years ago | | | 0 | 0.0019836960 | |
| 10566570 | 4 years ago | | | 0 | 0.0019847520 | |
| 10566244 | 4 years ago | | | 0 | 0.0018259020 | |
| 10566200 | 4 years ago | | | 0 | 0.0017582760 | |
| 10566133 | 4 years ago | | | 0 | 0.0017798700 | |
| 10560834 | 4 years ago | | | 0 | 0.0015996300 | |
| 10560826 | 4 years ago | | | 0 | 0.0016455660 |
ABI
ABI objects
Getter at block 21218402
decimals() view returns (uint8)
4
isOwner() view returns (bool)
false
name() view returns (string)
Athlon
owner() view returns (address)
0xbc0260b572d1bff753d346721fa5c7b28aa94f9c
remainingTokens() view returns (uint256)
0
symbol() view returns (string)
ATN
totalSupply() view returns (uint256)
100000000000000
transferFee() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freezed(address) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
feedTransfer(address _from, address _to, uint256 _value) returns (bool)
freeze(address _acc)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
setTransferFee(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address _acc)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed acc)
MintResumed()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed acc)
constructor(uint256 _totalSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.