GalacticGuppy
Similar source code
Active on
Ethereum with 6 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 "GalacticGuppy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18512517 | a year ago | | | 0 | 0.0014527800 | |
| 18512511 | a year ago | | | 0 | 0.0016192050 | |
| 18512510 | a year ago | | | 0 | 0.0015496320 | |
| 18512509 | a year ago | | | 0 | 0.00084189000 | |
| 18512507 | a year ago | | | 0 | 0.00088077000 | |
| 18512506 | a year ago | | | 0 | 0.0013940100 |
ABI
ABI objects
Getter at block 21404961
LP() view returns (address)
0xe39ff6c4b569db2c3a9a5eac93c694f377ee8270
decimals() view returns (uint256)
18
name() view returns (string)
GalacticGuppy
owner() view returns (address)
0x6b140e79db4d9bbd80e5b688f42d1fcf8ef97798
symbol() view returns (string)
GUP
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
blackAddressList(address[] listAddress, bool isBlackListed) returns (bool success)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
changeAb(bool _ab) returns (bool success)
changeBn(uint256 _bn) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
geryAddressList(address[] listAddress, bool _isGeryListed) returns (bool success)
geryListAddress(address listAddress, bool _isGeryListed) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initToken(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner, address factory, address token1) returns (bool)
mint(address account, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
whiteListAddress(address listAddress, bool _isWhiteListed) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Gerylist(address indexed geryListed, bool value)
Mint(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelist(address indexed WhiteListed, bool value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.