EGGX

Verified contract

Active on Ethereum with 4,385 txns
Deployed by via 0x9ecd0614 at 19178240
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EGGX"

0x372e23912e011e6e9b2f71cd632452a38cb2d227f1bf3f45ad19836df4a0b1ec
0x25dc103be050321abeee988bac98c3a550463473aa2fe4b3add30b056cc3c20c
0xd2c9a4ad39029644e502a06045b0d9fc50004fd4a7e267d0df894ea95550973f
0x00437e2524da64c3785ad9f3bf599e44e4f2674e1d1faf00fd33d9d76f535332
0xe0a43e16762c2a08622163c6f7bae1dc85c267af27d78f4d8bd44fd2546498eb
0x1e328ebd9485ca25049bb5c6058cdddabdea2edb5dc2e8396eb7d844325e350f
0x669645e8440b26c9683f3a7c3bc80cfe337e993ed0c81d324538439e2eb2d827
0xa92b52d889716d1b3ed8575dec71978ecf46279d36af7fa2144e845c6ff7b2b8
0x65b66eac6f2036ed0ca3327748731f2ed4593de43afdedbca2c44c6ceebb6cb3
0xb3b8cb38aea711668683c138313a88a0f93f8d7bba2fd3f08db903ea1b6edd7c

Functions
Getter at block 20967661
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://token.eggx.app/
decimals(view returns (uint8)
18
minted(view returns (uint256)
33265
name(view returns (string)
EGGX
owner(view returns (address)
0xa98378ed933854cf0dd3e5a0adb1e6f3542963c6
symbol(view returns (string)
EGGX
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
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(
NotFound(
Unauthorized(
UnsafeRecipient(