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 "🐸🟪"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19709707 | 7 months ago | | | 0 | 0.00035364141 | |
| 17883733 | a year ago | | | 0 | 0.00058058118 | |
| 17883731 | a year ago | | | 0 | 0.00059468608 | |
| 17691494 | a year ago | | | 0 | 0.00044159648 | |
| 17691491 | a year ago | | | 0 | 0.00043710632 | |
| 17688890 | a year ago | | | 0 | 0.00096218838 | |
| 17686889 | a year ago | | | 0 | 0.0016440021 | |
| 17686186 | a year ago | | | 0 | 0.0029884739 | |
| 17686010 | a year ago | | | 0 | 0.0025273203 | |
| 17685822 | a year ago | | | 0 | 0.0036244498 |
ABI
ABI objects
Getter at block 21227785
LP() view returns (address)
0x62d3dd06160a4a62decb08dc9fc050211ce24083
decimals() view returns (uint256)
18
name() view returns (string)
🐸🟪
owner() view returns (address)
0x6007d8d700004635340a40b990a4057a16531c2a
symbol() view returns (string)
🐸🟪
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)
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.