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 "Penguins404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14168796 | 6 months ago | | | 0 | 0.00020976432 | |
| 10310448 | 9 months ago | | | 0 | 0.0000057650651 | |
| 10310365 | 9 months ago | | | 0 | 0.000000004818885162 | |
| 10310361 | 9 months ago | | | 0 | 0.000000004784812830 | |
| 10310359 | 9 months ago | | | 0 | 0.000000001019192814 | |
| 10310352 | 9 months ago | | | 0 | 0.000000001020289140 | |
| 10310339 | 9 months ago | | | 0 | 0.000000001048884246 | |
| 10310339 | 9 months ago | | | 0 | 0.0000017226300 | |
| 10310333 | 9 months ago | | | 0 | 0.000000049172698242 | |
| 10310309 | 9 months ago | | | 0 | 0.000000001144791504 |
ABI
ABI objects
Getter at block 22746306
baseTokenURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
100
name() view returns (string)
Penguins404
owner() view returns (address)
0x1026e1d7b1180dee2596899cb49b106a871870b0
symbol() view returns (string)
PENGUINS404
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()