LEGION
Verified contract
Active on
Ethereum with 11,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEGION | ERC-20 | 862 | $0.001571 |
$1.35 | |
wLEGION | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243559 | 7 hours ago | | | 0 | 0.00095747853 | |
| 21243512 | 7 hours ago | | | 0 | 0.00085541968 | |
| 21242426 | 11 hours ago | | | 0 | 0.00049425919 | |
| 21241527 | 14 hours ago | | | 0 | 0.00037333817 | |
| 21241510 | 14 hours ago | | | 0 | 0.00048056373 | |
| 21239827 | 19 hours ago | | | 0 | 0.00047476454 | |
| 21239785 | 20 hours ago | | | 0 | 0.00042633614 | |
| 21239258 | 21 hours ago | | | 0 | 0.00070438889 | |
| 21238742 | a day ago | | | 0 | 0.00084590176 | |
| 21237488 | a day ago | | | 0 | 0.00090787550 |
ABI
ABI objects
Getter at block 21245634
decimals() view returns (uint8)
18
name() view returns (string)
LEGION
owner() view returns (address)
0x1dee43735a466b3bdfbacd88b43c18ed708bbc6e
symbol() view returns (string)
LEGION
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.