Pixie Realm

Verified contract

Active on Ethereum with 110 txns
Deployed by via 0xfeba3894 at 19286177
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pixie Realm"

0x3ad7990c0248bd305795516e3d67e6eb3e75640d053b0933c831bce1f3ee322f
0x98681662e5d6ead4acda5126e0c979b840f279400df4e4a39e6a5ac484de4636
0xb86d4ffc20e4908c3a16391562327eb68f7241601fd2522f247d98ec1156cd79
0x37863cb72e8421c4796e7d5d2bcd89e4daa52842557813cb973676c72a3d48fa
0x96b8be2a16247539f67f718e2febc76fc9c1b92b5e641318edcbe6579eafe353
0x2a46b35b65671fae660d3c20d09400e24c6bc2e75fbaa37caddfd4554636e584
0xaaf53d7fa57dacaf93362c7abceb7f154ea4b9811a00796ad2f3e6eb7387a2e4
0x76fd2582c1e9a3ad845673a34c04ffff4e60c7f8071132285614ec9b9f2bb8ae
0x7f0d1b8cb5e9cc55fb3396b237aa2a5498c777a3d5280266960955e30bcd971d
0x08e313fb453c6be88b3364f27badcdd67d478c73f2f2ae7005e3c42374af7f98

Functions
Getter at block 20841037
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
maxTokensAmountPerWallet(view returns (uint256)
0
minted(view returns (uint256)
1856
name(view returns (string)
Pixie Realm
owner(view returns (address)
0x7b47928a5ab0050256de3fbeb3c8228f875fa7ca
symbol(view returns (string)
PIXIE
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
getUserTokens(address userview returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
stakingAddresses(addressview returns (bool)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
disableLimits(
enableTrading(bool _isTradingEnabled
mint(address touint256 amount
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setPair(bool _isPairSet
setPixieStakingAddress(address stakingAddressbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
MaxBalanceExceeded(
NotFound(
Unauthorized(
UnsafeRecipient(