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 "alexion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17094715 | 2 years ago | | | 0 | 0.0015417410 | |
| 17094704 | 2 years ago | | | 0 | 0.0022303626 | |
| 17094613 | 2 years ago | | | 0 | 0.0014406495 | |
| 17094601 | 2 years ago | | | 0 | 0.0020624698 | |
| 17064309 | 2 years ago | | | 0 | 0.0012411900 | |
| 17015608 | 2 years ago | | | 0 | 0.0012411900 | |
| 17015607 | 2 years ago | | | 0 | 0.0012411900 | |
| 17015603 | 2 years ago | | | 0 | 0.0017538300 | |
| 16990246 | 2 years ago | | | 0 | 0.0013374900 | |
| 16990239 | 2 years ago | | | 0 | 0.0016187061 |
ABI
ABI objects
Getter at block 21188991
decimals() view returns (uint8)
18
name() view returns (string)
alexion
owner() view returns (address)
0xa219d8d1f71dac18c53e89b241f247fbfdd9e218
paused() view returns (bool)
false
symbol() view returns (string)
AEI
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
Frozen(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Frozening(address _addr)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
deleteFromFrozen(address _addr)
mint(uint256 initialSupply)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DeleteFromFrozen(address indexed target)
Frozened(address indexed target)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply, uint8 decimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.