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 "Aelin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19835815 | 7 months ago | | | 0 | 0.000090469398 | |
| 19645878 | 8 months ago | | | 0 | 0.00064174805 | |
| 19627010 | 8 months ago | | | 0 | 0.00077322145 | |
| 19557394 | 8 months ago | | | 0 | 0.00095326948 | |
| 19257024 | 10 months ago | | | 0 | 0.0011138845 | |
| 19000157 | a year ago | | | 0 | 0.00086050466 | |
| 18762662 | a year ago | | | 0 | 0.0013132602 | |
| 18581937 | a year ago | | | 0 | 0.0012315756 | |
| 18423879 | a year ago | | | 0 | 0.00072013877 | |
| 18421355 | a year ago | | | 0 | 0.0018480606 |
ABI
ABI objects
Getter at block 21388300
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
name() view returns (string)
Aelin
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
symbol() view returns (string)
AELIN
totalSupply() view returns (uint256)
8312818119881571115
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bridges(address) view returns (uint256 cap, uint256 total)
swapSupplies(address) view returns (uint256 cap, uint256 total)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setBridgeTokenSwapCap(address _bridgeToken, uint256 _swapCap)
swapBridgeForCanonical(address _bridgeToken, uint256 _amount) returns (uint256)
swapCanonicalForBridge(address _bridgeToken, uint256 _amount) returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBridgeSupplyCap(address _bridge, uint256 _cap)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeSupplyCapUpdated(address bridge, uint256 supplyCap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSwapCapUpdated(address token, uint256 cap)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.