Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAD | ERC-20 | 96.699774M | -- | -- | |
SVBC | ERC-20 | 80.902057M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154773 | 11 hours ago | | | 0 | 0.00049798646 | |
| 21154763 | 11 hours ago | | | 0 | 0.00050207040 | |
| 21152022 | 20 hours ago | | | 0 | 0.00035984924 | |
| 21147625 | a day ago | | | 0 | 0.00018334244 | |
| 21147624 | a day ago | | | 0 | 0.00032788290 | |
| 21145416 | 2 days ago | | | 0 | 0.00064798215 | |
| 21145171 | 2 days ago | | | 0 | 0.0010604623 | |
| 21138602 | 3 days ago | | | 0 | 0.00096116146 | |
| 21138560 | 3 days ago | | | 0 | 0.00083122610 | |
| 21127896 | 4 days ago | | | 0 | 0.00061593023 |
ABI
ABI objects
Getter at block 21158109
decimals() view returns (uint8)
18
getLegacyTokenAddress() view returns (address)
0x5b09a0371c1da44a8e24d36bf5deb1141a84d875
isEarlyStageMigration() view returns (bool)
false
name() view returns (string)
AliceNet Staking Token
symbol() view returns (string)
ALCA
totalSupply() view returns (uint256)
391777598857260742618179357
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convert(uint256 amount) view returns (uint256)
getMetamorphicContractAddress(bytes32 _salt, address _factory) pure returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
externalBurn(address from, uint256 amount)
externalMint(address to, uint256 amount)
finishEarlyStage()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate(uint256 amount) returns (uint256)
migrateTo(address to, uint256 amount) returns (uint256)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address legacyToken_)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidConversionAmount()
OnlyALCABurner(address sender, address expected)
OnlyALCAMinter(address sender, address expected)
OnlyFactory(address sender, address expected)