Leonardian
Verified contract
Active on
Ethereum with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,079.80 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133490 | 9 days ago | | | 0 | 0.00052490444 | |
| 21133277 | 9 days ago | | | 0 | 0.00062714865 | |
| 21131048 | 9 days ago | | | 0 | 0.0011082755 | |
| 21124769 | 10 days ago | | | 0 | 0.00024771444 | |
| 21123937 | 10 days ago | | | 0 | 0.00043145065 | |
| 21123902 | 10 days ago | | | 0 | 0.00038137889 | |
| 20658756 | 2 months ago | | | 0 | 0.000075620426 | |
| 20480704 | 3 months ago | | | 0 | 0.000099478946 | |
| 20480689 | 3 months ago | | | 0 | 0.00011517030 | |
| 20480659 | 3 months ago | | | 0 | 0.000046228204 |
ABI
ABI objects
Getter at block 21196747
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Leonardian
owner() view returns (address)
0x443ab3ca5397a57b667c9f501afc8fd4d695ddfe
symbol() view returns (string)
LEON
totalSupply() view returns (uint256)
263000000000000000258458966
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.