XBORG
Verified contract
Proxy
Active on
Ethereum with 2,136 txns
Unified storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XBG | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269161 | a day ago | | | 0 | 0.00039424773 | |
| 21269096 | a day ago | | | 0 | 0.00039583670 | |
| 21263519 | 2 days ago | | | 0 | 0.00065868115 | |
| 21233449 | 6 days ago | | | 0 | 0.00046143745 | |
| 21231967 | 6 days ago | | | 0 | 0.00051754545 | |
| 21215154 | 9 days ago | | | 0 | 0.00065564109 | |
| 21214684 | 9 days ago | | | 0 | 0.00056518463 | |
| 21214662 | 9 days ago | | | 0 | 0.00049519843 | |
| 21214539 | 9 days ago | | | 0 | 0.00057699894 | |
| 21206008 | 10 days ago | | | 0 | 0.00050116507 |
ABI
ABI objects
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 (uint256, uint256, uint256)
(2, 2, 2)
getMaxNumberOfTransactions() view returns (uint256, uint256)
(1, 1)
getMaxSupply() view returns (uint256)
1111
getPrices() view returns (uint256, uint256, uint256)
(240000000000000000, 280000000000000000, 280000000000000000)
getSalesTimes() view returns (uint256, uint256, uint256)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address _account) view returns (uint256)
getNumberOfTransactions(address _account) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
recover(bytes data, bytes signature) pure returns (address)
recover(bytes32 hash, bytes signature) pure returns (address)
State-modifying
Events AllowlistMint(uint256 _quantity, bytes _signature) payable
airdrop(uint256 _quantity, address _to)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
freeClaim(uint256 _quantity, bytes _signature)
freezeMetadata()
grantRole(bytes32 role, address account)
publicMint(uint256 _quantity) payable
reduceMaxSupply(uint256 _newMaxSupply)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintsPerTx(uint256 _newMaxWhitelistMint, uint256 _newMaxAllowlistMint, uint256 _newMaxPublicMint)
setMaxTransactions(uint256 _newWhitelistMaxTransactions, uint256 _newAllowlistMaxTransactions)
setSalePrices(uint256 _newTokenPriceWhitelist, uint256 _newTokenPriceAllowlist, uint256 _newTokenPricePublic)
setSalesTimes(uint256 _newWhitelistTime, uint256 _newAllowlistTime, uint256 _newPublicTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes _signature) payable
withdraw(address account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()