EduWorlds

Verified contract

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

No balances found for "EduWorlds"

0xf86bcb286f6f6603b5f1f9cba2c358b7b6b94267eec149c992416899b7fd2f39
0x850c001543f9232fa21122a51eadc4978f4ae0be80af59ca750c689fb00e5547
0xa5f65180b51e58a1da781bf5524a2d9ca28d02fd951c0b8aa68ed15c9d6afe71
0x8a983f32b3f44eb5dec77491665e91a8f7366a52a899a03b754fe515745213d2
0x26ad9fa3cf891779a56c7963be1cad2a86cc905957b5212095b99a86fa06559a
0xa164bbece664e35694bd3ebb4d7f232b68c589fa18204bd7fe8c09fd273c659a
0x5d0b6eca8546353521a3d58026b04c1f912bf0ce6cd06af09fe6c1b204b9223c
0x5b6dfd35aea504113f84da575b1b33766b96bfc24650fa44f393a67285b6b64f
0x634f3c1117eeae94bfbf3fc06061b2e3a38f1965c021c7ba61d32661f33770fd
0x7015fcd9ded9c8e6348afb52a59c026b60887c8897f67d8c885d8b64f820a7ff

Functions
Getter at block 20791522
contractURI(view returns (string)
mintPaused(view returns (bool)
false
mintPrice(view returns (uint256)
0
name(view returns (string)
EduWorlds
owner(view returns (address)
0xbb1152000b36e460a033d0bb985165dffcd237f0
symbol(view returns (string)
EDU
totalSupply(view returns (uint256)
10000
Read-only
_addressData(addressview returns (uint64 balanceuint64 numberMinteduint64 numberBurneduint64 aux)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchAddToWhitelist(address[] recipientsuint64[] quantities
batchMint(address[] _recipients
changeBaseUri(string newBaseUri
mint(uint64 amount
purchaseMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setMintPaused(bool _flag
setMintPrice(uint256 _price
setTreasuryAddr(address _addr
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(