penguin
Verified contract
Active on
Ethereum with 3,139 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 "penguin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20940948 | a month ago | | | 0 | 0.00030623150 | |
| 20922343 | a month ago | | | 0 | 0.00081671331 | |
| 20878682 | a month ago | | | 0 | 0.00038247586 | |
| 20856813 | 2 months ago | | | 0 | 0.00024584991 | |
| 20852173 | 2 months ago | | | 0 | 0.00014407152 | |
| 20409413 | 4 months ago | | | 0 | 0.000061389191 | |
| 20319752 | 4 months ago | | | 0 | 0.00037113638 | |
| 19595941 | 7 months ago | | | 0 | 0.00057290046 | |
| 19574372 | 7 months ago | | | 0 | 0.00095262679 | |
| 19562406 | 7 months ago | | | 0 | 0.00083958600 |
ABI
ABI objects
Getter at block 21193139
decimals() view returns (uint8)
18
mint100Price() view returns (uint256)
28500000000000000
mint10Price() view returns (uint256)
5710000000000000
name() view returns (string)
penguin
owner() view returns (address)
0x0000000000000000000000000000000000000000
singleSupply() view returns (uint256)
10000
symbol() view returns (string)
penguin
total() view returns (uint256)
2000000000000
totalSupply() view returns (uint256)
413600000000000000000000000000
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)
mint()
mint10() payable
mint100() payable
mintLiquidity()
renounceOwnership()
setParams(uint256 total_, uint256 singleSupply_, uint256 mint10Price_, uint256 mint100Price_)
transfer(address to, uint256 amount) returns (bool)
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
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 total_, uint256 singleSupply_, uint256 mint10Price_, uint256 mint100Price_)
This contract contains no fallback and receive objects.
This contract contains no error objects.