Yogies Mansion
Verified contract
Active on
Ethereum with 1,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf130…9012
Balances ($0.00)
No balances found for "Yogies Mansion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19075195 | 10 months ago | | | 0 | 0.00026671636 | |
| 19075193 | 10 months ago | | | 0 | 0.00025580824 | |
| 19033230 | 10 months ago | | | 0 | 0.00075060606 | |
| 18908061 | a year ago | | | 0 | 0.00040820099 | |
| 18851538 | a year ago | | | 0 | 0.00045274147 | |
| 18703112 | a year ago | | | 0 | 0.0013986686 | |
| 18331857 | a year ago | | | 0 | 0.00022621771 | |
| 18273085 | a year ago | | | 0 | 0.00018791724 | |
| 17612837 | a year ago | | | 0 | 0.00077550840 | |
| 17571231 | a year ago | | | 0 | 0.00098920743 |
ABI
ABI objects
Getter at block 21307588
baseURIString() view returns (string)
https://storage.googleapis.com/yogies-assets/metadata/items/house/
name() view returns (string)
Yogies Mansion
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0x7826f257375846f4eee6e041d61e1874bbd5c584
staking() view returns (address)
0xf1300a3dd58d08dc73df0693fc7c95777cf49012
symbol() view returns (string)
Yogies Mansion
totalSupply() view returns (uint256)
888
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)
yogiesOperator(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address recipient, 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 _newBaseURI)
setStaking(address _Staking)
setYogiesOperator(address _operator, bool isOperator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _openseaProxyRegistryAddress, address _staking)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()