Yuga Phunks
Verified contract
Active on
Ethereum with 757 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 "Yuga Phunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15078444 | 2 years ago | | | 0 | 0.00031729595 | |
| 14551429 | 3 years ago | | | 0 | 0.0023251172 | |
| 14458194 | 3 years ago | | | 0 | 0.0019993640 | |
| 14400730 | 3 years ago | | | 0 | 0.0012964647 | |
| 14379529 | 3 years ago | | | 0 | 0.0012655630 | |
| 14377803 | 3 years ago | | | 0 | 0.00064779899 | |
| 14376673 | 3 years ago | | | 0 | 0.00083907740 | |
| 14375941 | 3 years ago | | | 0 | 0.0019589983 | |
| 14375543 | 3 years ago | | | 0 | 0.0021341092 | |
| 14374015 | 3 years ago | | | 0 | 0.0010360988 |
ABI
ABI objects
Getter at block 21159818
collectionSize() view returns (uint256)
311
name() view returns (string)
Yuga Phunks
owner() view returns (address)
0xc9e6f6bc0f8e3d8238ada73f8f2b5e408e89bd15
saleIsActive() view returns (bool)
true
symbol() view returns (string)
YP
totalSupply() view returns (uint256)
311
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
mint()
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()