Chains NFT
Verified contract
Active on
Ethereum with 14,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,387.66)
Native
Value
$2,387.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.663817 | $3,596.86 |
$2,387.66 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245128 | 7 days ago | | | 0 | 0.00088647513 | |
| 21226238 | 9 days ago | | | 0 | 0.00053998948 | |
| 21201630 | 13 days ago | | | 0 | 0.00066758453 | |
| 21145802 | 21 days ago | | | 0 | 0.00050280155 | |
| 21065415 | a month ago | | | 0 | 0.00079859032 | |
| 21013359 | a month ago | | | 0 | 0.00018202317 | |
| 20988144 | a month ago | | | 0 | 0.00067278791 | |
| 20975624 | a month ago | | | 0 | 0.00030889057 | |
| 20852216 | 2 months ago | | | 0 | 0.00021361868 | |
| 20850398 | 2 months ago | | | 0 | 0.00028203864 |
ABI
ABI objects
Getter at block 21293246
allowListMintEnabled() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x1b6c52d1a62710fefb961ede6306c6a780faf84b7d6defd4163db4bbb06f594c
mintEnabled() view returns (bool)
true
name() view returns (string)
Chains NFT
owner() view returns (address)
0x35c4599b34ac1aa0b8436a4019e3b0b7e0546d52
symbol() view returns (string)
CHAINS
totalReleased() view returns (uint256)
999623790405766585244
totalShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
allowListMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events allowListMint(bytes32[] _merkleProof, uint256 _amount) payable
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
promoMint(address _to, uint256 _amount)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMintEnabled(bool _val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _root)
setMintEnabled(bool _val)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.