Zombie Penguins
Verified contract
Active on
Ethereum with 1,469 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x654a…3509
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNOW | ERC-20 | 299.999797M | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- | |
ZMBPENGS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20089549 | 5 months ago | | | 0 | 0.00032719023 | |
| 19681267 | 7 months ago | | | 0 | 0.00026145946 | |
| 19264510 | 9 months ago | | | 0 | 0.0032358451 | |
| 19170487 | 9 months ago | | | 0 | 0.00091296404 | |
| 18682379 | a year ago | | | 0 | 0.00072989797 | |
| 18565973 | a year ago | | | 0 | 0.0011460532 | |
| 18357685 | a year ago | | | 0 | 0.00018356815 | |
| 17465597 | a year ago | | | 0 | 0.00052709053 | |
| 17008205 | 2 years ago | | | 0 | 0.00049523213 | |
| 16989629 | 2 years ago | | | 0 | 0.00075775934 |
ABI
ABI objects
Getter at block 21161461
CONTROL() view returns (address)
0x77c76bfb6c2d2fc064a175f325bb5ecf90789b6e
EXPIRATION() view returns (uint256)
113451388
MAX_TOKEN_SUPPLY() view returns (uint256)
10000
RATE() view returns (uint256)
1562500000000000
TOKEN() view returns (address)
0x654af6e4fd2d17c475e385750825fbf0a9123509
baseTokenURI() view returns (string)
ipfs://QmUhuRSaPA8nbgqbeAfagoqSGSGCM1ct9RAsLjEFLGmqZ8/
canStake() view returns (bool)
true
maxTokensPurchase() view returns (uint256)
10
name() view returns (string)
Zombie Penguins
onSale() view returns (bool)
false
owner() view returns (address)
0x893d66c0d1102719695971aa4647bd03e8ba1c8d
price() view returns (uint256)
40000000000000000
symbol() view returns (string)
ZMBPENGS
totalSupply() view returns (uint256)
1649
waddress() view returns (address)
0xc8ec12285985958f6ced6325cec6817842d22230
Read-only
_deposit_blocks(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRewards(address account) view returns (uint256)
depositsOf(address account) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeCanStake()
changeOnSale()
claimRewards()
deposit(uint256[] tokenIds)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
setToken(address _token)
setWAddress(address _waddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256[] tokenIds)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.