WagmiUnited
Verified contract
Active on
Ethereum with 15,771 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239028 | 3 days ago | | | 0 | 0.00034244131 | |
| 21218257 | 6 days ago | | | 0 | 0.00054727611 | |
| 21210304 | 7 days ago | | | 0 | 0.00059276911 | |
| 21185576 | 11 days ago | | | 0 | 0.0015100121 | |
| 21159242 | 14 days ago | | | 0 | 0.0013874630 | |
| 21150207 | 16 days ago | | | 0 | 0.00032706216 | |
| 21144143 | 17 days ago | | | 0 | 0.00053994365 | |
| 21144138 | 17 days ago | | | 0 | 0.00057745635 | |
| 21101937 | 22 days ago | | | 0 | 0.00018220500 | |
| 20876217 | 2 months ago | | | 0 | 0.00023735771 |
ABI
ABI objects
Getter at block 21262730
burnWindowCloses() view returns (uint256)
0
burnWindowOpens() view returns (uint256)
0
maxPerTx() view returns (uint256)
12000
maxSupply() view returns (uint256)
12000
mintPrice() view returns (uint256)
350000000000000000
mintingWindowCloses() view returns (uint256)
1659794400
name() view returns (string)
WagmiUnited
name_() view returns (string)
WagmiUnited
owner() view returns (address)
0x9121acf0a40a93d2a932964ca59a45ca1def33f6
publicWindowOpens() view returns (uint256)
1657317600
symbol() view returns (string)
WAGMI
symbol_() view returns (string)
WAGMI
tokenIdToMint() view returns (uint256)
2
totalReleased() view returns (uint256)
3497910000000000000000
totalShares() view returns (uint256)
1000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
payee(uint256 index) view returns (address)
purchased(address) 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)
shares(address account) view returns (uint256)
stageWindows(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editBurnWindow(uint256 _burnWindowOpens, uint256 _burnWindowCloses)
editMaxPerTx(uint256 _maxPerTx)
editMerkleRoot(uint256 _stage, bytes32 _merkleRoot)
editMintingWindow(uint256 _mintingWindowCloses)
editPublicWindow(uint256 _publicWindowOpens)
editStageWindows(uint256 _stage, uint256 _windowOpens)
mint(uint256 stage, uint256 amount, uint256 maxAmount, uint256 index, bytes32[] merkleProof) payable
ownerMint(address _receiver, uint256 _amount)
publicMint(uint256 amount) payable
redeem(uint256 tokenIdToRedeem, uint256 amount)
release(address account)
release(address token, address account)
renounceOwnership()
returnToPreviousPhase()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
startNextPhase()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Redeemed(uint256 indexed idToRedeem, uint256 indexed idToMint, address indexed account, 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)
constructor(string _name, string _symbol, string _uri, bytes32[] _merkleRoots, uint256[] _stageWindows, uint256 _mintingWindowCloses, address[] payees, uint256[] shares_)
receive()
This contract contains no error objects.