XBORG

Verified contract

Proxy

Active on Ethereum with 2,136 txns
Deployed by via 0xd96de486 at 15541366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
--
0xa55ea645a2ca675810b75d0d83b468d930c4172d3073cc228da6d31ef8343810
0x0e472fb97e9d7928098ec93d9d0f006f67947850c4225a37c77709acee42cc9d
0x76e8bb86377d6325769e122244cea505153afb4a2bfbf58499233e5312cc4f84
0x7ca6cc7c9d8e252b26797f9dc324ecb19e7910c2e1271cd74cbd4bea81e9f58d
0xa0567ed9523dcc7db566319358e6b84ce4e0a53750e9b051af3ab57514c60efb
0xbac51a80293f3480dae93d53e51e750b8737f6ebd617e27ba2c4ef3b72d47313
0x8fd9359d0de6d5771dc16cf7e7f0f29523555c3ddc3d51880b0e230380829f9a
0x57a00520ee3dbf13b28609130e1e4de04d941faee91f81fa6b61051b19f3b200
0x76345131b51c45fb37e79c52b4d0b70af35ebbd4fb5a17ad9ccbff704e449357
0xb74d94f1f503b37f142df1840bbf44248ea4d71f72904d20529fadd929bfa3a9

Functions
Getter at block 21276789
AIRDROP_ROLE(view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FREE_SIGNER_ROLE(view returns (bytes32)
0xc0d53b6b38dafcad2617ec1d5660bc901206f6e857c2d4538ad90ae7220802f5
SIGNER_ROLE(view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
getMaxMintsPerTx(view returns (uint256uint256uint256)
(2, 2, 2)
getMaxNumberOfTransactions(view returns (uint256uint256)
(1, 1)
getMaxSupply(view returns (uint256)
1111
getPrices(view returns (uint256uint256uint256)
(240000000000000000, 280000000000000000, 280000000000000000)
getSalesTimes(view returns (uint256uint256uint256)
(1663343940, 1663430400, 1663516800)
isUriFrozenForEver(view returns (bool)
false
name(view returns (string)
XBORG
owner(view returns (address)
0xb98750782e30306d4caa5f6139a44ec23cab8385
symbol(view returns (string)
XBORG
totalSupply(view returns (uint256)
1111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNonce(address _accountview returns (uint256)
getNumberOfTransactions(address _accountview returns (uint256uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
recover(bytes databytes signaturepure returns (address)
recover(bytes32 hashbytes signaturepure returns (address)
State-modifying
AllowlistMint(uint256 _quantitybytes _signaturepayable 
airdrop(uint256 _quantityaddress _to
approve(address touint256 tokenId
burn(uint256 _tokenId
freeClaim(uint256 _quantitybytes _signature
freezeMetadata(
grantRole(bytes32 roleaddress account
publicMint(uint256 _quantitypayable 
reduceMaxSupply(uint256 _newMaxSupply
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintsPerTx(uint256 _newMaxWhitelistMintuint256 _newMaxAllowlistMintuint256 _newMaxPublicMint
setMaxTransactions(uint256 _newWhitelistMaxTransactionsuint256 _newAllowlistMaxTransactions
setSalePrices(uint256 _newTokenPriceWhitelistuint256 _newTokenPriceAllowlistuint256 _newTokenPricePublic
setSalesTimes(uint256 _newWhitelistTimeuint256 _newAllowlistTimeuint256 _newPublicTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _quantitybytes _signaturepayable 
withdraw(address account
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
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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(