Five Penguins
Verified contract
Active on
Ethereum with 2,971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Five Penguins"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302902 | a day ago | | | 0 | 0.00068994701 | |
| 21300179 | a day ago | | | 0 | 0.00034557467 | |
| 21299648 | a day ago | | | 0 | 0.00037361405 | |
| 21299384 | a day ago | | | 0 | 0.00031171204 | |
| 21298475 | 2 days ago | | | 0 | 0.00036339600 | |
| 21114955 | a month ago | | | 0 | 0.00035800817 | |
| 21104307 | a month ago | | | 0 | 0.00015858449 | |
| 21001588 | a month ago | | | 0 | 0.00042276567 | |
| 20937284 | 2 months ago | | | 0 | 0.00050912109 | |
| 20792185 | 2 months ago | | | 0 | 0.0021442212 |
ABI
ABI objects
Getter at block 21309742
MAX_SUPPLY() view returns (uint256)
3125
baseURI() view returns (string)
ipfs://QmYGDk1YDiuRQwHi6EkDF9F6Gpbf8GURNJuvSaXZjxF8Y1/
name() view returns (string)
Five Penguins
owner() view returns (address)
0xedb43e538e2668733b3a1ed282463dfda7937220
presaleEnabled() view returns (bool)
false
price() view returns (uint256)
50000000000000000
saleEnabled() view returns (bool)
false
soldOut() view returns (bool)
true
symbol() view returns (string)
5P
totalSupply() view returns (uint256)
3125
Read-only
admins(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
canClaimFreeMint(address claimer) view returns (bool)
freeMintClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOwners(uint256 startAt, uint256 limit) view returns (address[], uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addAdmins(address[] addresses)
addToWhitelist(address[] addresses)
airdrop(address[] addresses)
approve(address to, uint256 tokenId)
mint(uint256 amountToBuy) payable
removeAdmins(address[] addresses)
removeFromWhitelist(address[] addresses)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminsLock(bool to)
setApprovalForAll(address operator, bool approved)
setFreeMintClaimed(address[] addresses)
setPresaleEnabled(bool to)
setPrice(uint256 to)
setSaleEnabled(bool to)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.