World of Balatroon

Verified contract

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

No balances found for "World of Balatroon"

0xc37dba9141578f195afff3806b8fc294ac4198e1ab6bd11ef41ebcbe5fa4dfd6
0x9938ce67ec2c5dcb6a6678d22b5cb8c362894ebb66bc21a2d860c862f04cb160
0x9e3a08f895df43182ee2d81ab92b7a7ac658093c244b01a0a387e048c9c3094d
From
0x8b3cc34da5fad6dba9cc31165d8d139508fa6e955c0352388b04d28dce3e1af0
0xe8859d68ab1da3a9090da9cf2927cfcd59cc4cf42b909d0c5217d7f3efbec072
0x79ae67bd82883ac01dd731e447965b1a94d1a421b88af8332e6aaf34acfd3f93
0x5286769769d24bdc169d85e96ebd1b466eacf02212db17ca8ad96be6a166bd36
0x82e31b547b7676c7dff74fa401d54a5eb95214ea30416a7a161a3b0af7682442
0xeddcf2b803d7cf5c6ea0f8c6fe199354860204944694a84c11e7c64f877811e0
0x67a49f1d755bf92a6917907bf59c5f614087b237caf3afb767ef58c778805a63

Functions
Getter at block 21378252
MAX_PER_WALLET(view returns (uint256)
9
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
9696
name(view returns (string)
World of Balatroon
owner(view returns (address)
0xbfcebeeaecbf8fdacca8b60cdcdf00477c1adfd3
symbol(view returns (string)
WOB
totalSupply(view returns (uint256)
5960
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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