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) |
---|---|---|---|---|---|---|---|
| 20338940 | 4 months ago | | | 0 | 0.00029514000 | |
| 20337696 | 4 months ago | | | 0 | 0.00069207371 | |
| 18490576 | a year ago | | | 0 | 0.0010333042 | |
| 15229743 | 2 years ago | | | 0 | 0.00061594228 | |
| 14620726 | 3 years ago | | | 0 | 0.0023105757 | |
| 14620717 | 3 years ago | | | 0 | 0.0023214126 | |
| 14620710 | 3 years ago | | | 0 | 0.0025508777 | |
| 14612975 | 3 years ago | | | 0 | 0.0010705117 | |
| 14607266 | 3 years ago | | | 0 | 0.0031002282 | |
| 14607253 | 3 years ago | | | 0 | 0.0026621016 |
ABI
ABI objects
Getter at block 21159558
decimals() view returns (uint8)
18
name() view returns (string)
Athlon
owner() view returns (address)
0x6ed637238fbf381cf1f5a2cd58b95b6f1a16c490
symbol() view returns (string)
ALN
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
paused(address target) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
targetPause(address target)
targetUnpause(address target)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TargetPaused(address target, address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address target, address account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.