CollectionV2

Verified contract

Active on Ethereum with 35 txns
Deployed by via 0x877f9c43 at 18041069
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "CollectionV2"

0x435f3a6f333021fe30136dd387f7da463e06e9cc9e78ccbf617014ce391b9a69
0x1d2ab566dcc4eb22c41482302d22215d696af550ba379383caf8e74af5834a1f
0xacca83b3594ee27dd7612457cc9da509a9fb2ebbe7086dcd32e3565ec74721e5
0x0b32b48daf78d8e4fa85b69ecb0c5471f8d2311026fab96722b6b548581caebb
0xb865a30a9d6df855ef6b42a37a05a3e8edf491957ae61ecfdd8d659420bdfdbc
0xa31e0890c002f19213c3ec3bcb7884364b97a02516f91f922c1c01054115a294
0xd75205d23fd4a4e2d49a5aaa1501279cff6ec8c7f535de40c9654b2ba89693d5
0xb88dfbfb73042f43c2b985bd123fa9b5db14c58ef1ba5e392b397c89cfbc396b
0x0d342d9c0787489e0dbae6390eecb8c475df13024b52133c6ff77d8a07685b3a
0x588be07b194f24c8484e0e43af56edbf3fda68fd1f7e0b86162a57f1e70b4fe2

Functions
Getter at block 21402000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
amount(view returns (uint256)
1
available(view returns (uint256)
0
cType(view returns (uint8)
0
endTime(view returns (uint256)
1686325543
ernTreasure(view returns (address)
0xb9d5c93ec9aba93180ddd00a628e8facc3103039
facAddress(view returns (address)
0x2791eb71c88a36dcbcf3aa772aaf4e4122cb716c
 
getCardPrice(view returns (uint256)
 
getTokenPrice(view returns (uint256)
isOperatorFilterRegistryRevoked(view returns (bool)
false
moneyHand(view returns (address)
0xfbbb0db0b33dc38c65443e4f3aeae2b79a0d35f6
owner(view returns (address)
0xb9d5c93ec9aba93180ddd00a628e8facc3103039
percent(view returns (uint256)
900000000000000000
sold(view returns (uint256)
30
startTime(view returns (uint256)
1686325542
stone(view returns (address)
0xedfe9ac42a511e1c523e067db8345711419d4f14
token(view returns (address)
0x0000000000000000000000000000000000000000
total(view returns (uint256)
30
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
addExternalAddresses(address _tokenaddress _stoneaddress _treasuryaddress _moneyHandler
buy(address buyeruint256 _id
grantRole(bytes32 roleaddress account
mint(address touint256 _id
mintBatch(address touint256[] idsuint256[] amount_
recoverToken(address _token
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setAmount(uint256 _newAmount
setApprovalForAll(address operatorbool approved
setEndTime(uint256 _endTime
setOperatorFilterEnabled(bool value
setStarTime(uint256 _starTime
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
NewEndTime(uint256 endTime
NewStartTime(uint256 startTime
NewUsdAmount(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PaymentShared(address accountuint256 amount
PaymentTreasure(address accountuint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetAddresses(address tokenaddress stoneaddress treasuryaddress moneyHandler
Sold(address indexed operatoraddress indexed touint256 indexed iduint256 amount
SoldWithStones(address buyeruint256 amount
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(struct CollectionData collecData
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevoked(
OnlyOwner(
OperatorNotAllowed(address operator