Antipenguin
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 | $2,651.66 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16444094 | 2 years ago | | | 0 | 0.00081264631 | |
| 15386298 | 2 years ago | | | 0 | 0.00015389099 | |
| 15319900 | 2 years ago | | | 0 | 0.00043616500 | |
| 13338005 | 3 years ago | | | 0 | 0.0014273037 | |
| 11342301 | 4 years ago | | | 0 | 0.00074775126 | |
| 11119420 | 4 years ago | | | 0 | 0.0011572340 | |
| 11117747 | 4 years ago | | | 0 | 0.0012462520 | |
| 11107150 | 4 years ago | | | 0 | 0.0030719850 | |
| 11102655 | 4 years ago | | | 0 | 0.0028396742 | |
| 11102093 | 4 years ago | | | 0 | 0.0021364320 |
ABI
ABI objects
Getter at block 21083505
cmContractType() view returns (string)
CMErc20Burn
cmImage() view returns (string)
cmURL() view returns (string)
decimals() view returns (uint8)
18
name() view returns (string)
Antipenguin
owner() view returns (address)
0xb0661b02cf88c6983c3dad03b80b7a7f1eb4ce32
symbol() view returns (string)
APENG
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.