FlareMCOrigin
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "FlareMCOrigin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FlareMCOrigin"
ABI
ABI objects
Getter at block 21415245
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
payeesLength() view returns (uint256)
0
prefix() view returns (string)
publicReserved() view returns (uint256)
0
stage() view returns (uint8)
0
suffix() view returns (string)
symbol() view returns (string)
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
0
totalSupply() view returns (uint256)
0
whitelistReserved() view returns (uint256)
0
Read-only
balanceLimit(uint8 stageId_) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
currentBalance(uint8 stageId_, address account_) view returns (uint256)
isAdmin(address account_) view returns (bool)
isApprovedForAll(address owner_, address operator_) view returns (bool)
isWhitelisted(uint8 stageId_, address account_, bytes32[] proof_) view returns (bool)
merkleTreeRoot(uint8 stageId_) view returns (bytes32)
payee(uint256 index) view returns (address)
price(uint8 stage_) view returns (uint256)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
remainingBalance(uint8 stageId_, address account_) view returns (uint256)
royaltyInfo(uint256, uint256 value_) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addToWhitelist(uint8 stageId_, address[] accounts_)
adminMint(address[] accounts_, uint256[] amounts_)
carryOverWhitelistReservedToPublic()
initialize(bytes32 whitelistMerkleTreeRoot_, address receiver_, address[] shareholders_, uint256[] shares_)
publicMint(uint256 amount_) payable
release(address account)
release(address token, address account)
releaseAll()
releaseAll(address token)
removeFromWhitelist(uint8 stageId_, address[] accounts_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdminPermissions(address account_, bool enable_)
setApprovalForAll(address operator, bool approved)
setPrefix(string prefix_)
setPrice(uint8 stage_, uint256 value_)
setPublicReserve(uint256 publicReserved_)
setRoyalties(address recipient_, uint256 amount_)
setStage(uint8 stage_)
setSuffix(string suffix_)
setWhitelistReserve(uint256 whitelistReserved_)
transferOwnership(address newOwner)
updateBalanceLimit(uint8 stageId_, uint256 limit_)
updateMerkleTreeRoot(uint8 stageId_, bytes32 merkleTreeRoot_)
whitelistMint(uint256 amount_, bytes32[] proof_) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
RoyaltiesSet(address recipient, uint256 amount)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.