VoxSoulsLunchboxes
Verified contract
Active on
Ethereum with 5,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VoxSoulsLunchboxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203111 | 2 days ago | | | 0 | 0.00051020684 | |
| 21202521 | 2 days ago | | | 0 | 0.00055416865 | |
| 21156077 | 9 days ago | | | 0 | 0.00056714077 | |
| 21111741 | 15 days ago | | | 0 | 0.00027316390 | |
| 21066090 | 22 days ago | | | 0 | 0.00065595258 | |
| 21053954 | 23 days ago | | | 0 | 0.00019311647 | |
| 21037544 | a month ago | | | 0 | 0.00040724448 | |
| 20997969 | a month ago | | | 0 | 0.00037512396 | |
| 20897407 | a month ago | | | 0 | 0.00014749384 | |
| 20889605 | 2 months ago | | | 0 | 0.00017983201 |
ABI
ABI objects
Getter at block 21220350
allowListEvent() view returns (bool)
false
cost() view returns (uint256)
80000000000000000
getCost() view returns (uint256)
80000000000000000
importantAddress() view returns (address)
0xddb7dc32fd0a0f65e6ac01c4dc551e10741a9abc
maxAvailableLunchboxes() view returns (uint256)
26664
name() view returns (string)
VoxSoulsLunchboxes
owner() view returns (address)
0xcbed0b97cfc92c4345910304787fb0ff2775b675
paused() view returns (bool)
true
symbol() view returns (string)
VXSL
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isValidData(address account, address _contract, uint256 id, uint256 mintTime, bytes sig) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events batchAdminMintLunchboxes(uint256[] _type)
batchMintLunchboxes(address account, address[] _contract, uint256[] id, uint256[] mintTime, bytes sig) payable
clearAllowList(address[] addr)
closeAllowListMint()
mintLunchbox(address account, address _contract, uint256 id, uint256 mintTime, bytes sig) payable
openAllowListMint()
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAllowList(address[] addresses)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setImportantAddress(address _importantAddress)
setMaxAvailableLunchboxes(uint256 _maxAvailableLunchboxes)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SoulMinted(address indexed owner, address _conract, uint256 tokenId, uint256 indexed soulId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address _importantAddress, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.