Galileo Protocol
Verified contract
Active on
Ethereum with 102 txns
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 "Galileo Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18566056 | a year ago | | | 0 | 0.00087503301 | |
| 18026104 | a year ago | | | 0 | 0.00049017708 | |
| 17011984 | 2 years ago | | | 0 | 0.00065036985 | |
| 17011982 | 2 years ago | | | 0 | 0.00069761515 | |
| 17010233 | 2 years ago | | | 0 | 0.00055289068 | |
| 17010233 | 2 years ago | | | 0 | 0.00055156081 | |
| 16997391 | 2 years ago | | | 0 | 0.0021035379 | |
| 16991139 | 2 years ago | | | 0 | 0.0012683068 | |
| 16991135 | 2 years ago | | | 0 | 0.00083102198 | |
| 16991107 | 2 years ago | | | 0 | 0.0015123523 |
ABI
ABI objects
Getter at block 21220601
Owner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Galileo Protocol
symbol() view returns (string)
$LEOX
totalSupply() view returns (uint256)
150000000000000000000000000
uniswapV2Pair() view returns (address)
0x6b44c43770a6f1632c4071778b2a1b400a1b3f22
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address Owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getApprovekFee(address _address) view returns (bool)
getAprove(address _address) view returns (uint256)
getRelease(address _address) view returns (bool)
State-modifying
Events APPROVE(address _address, uint256 _value)
Approve(address _address, bool _value)
PairList(address _address)
Prize(uint256 _value)
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 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.