Goblin Lucky Charm
Verified contract
Active on
Ethereum with 6,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.05)
Native
Value
$4.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0013 | $3,111.73 |
$4.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190337 | 5 days ago | | | 0 | 0.00037452613 | |
| 20997927 | a month ago | | | 0 | 0.00022422568 | |
| 20803229 | 2 months ago | | | 0 | 0.00025565745 | |
| 20605211 | 3 months ago | | | 0 | 0.000037418371 | |
| 20583012 | 3 months ago | | | 0 | 0.000022345200 | |
| 20506522 | 3 months ago | | | 0 | 0.000060523570 | |
| 20245734 | 4 months ago | | | 0 | 0.0011532722 | |
| 20245684 | 4 months ago | | | 0 | 0.00013404895 | |
| 20171923 | 5 months ago | | | 0 | 0.00017513059 | |
| 20099821 | 5 months ago | | | 0 | 0.000079349188 |
ABI
ABI objects
Getter at block 21225454
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
5825
name() view returns (string)
Goblin Lucky Charm
nftPerAddressLimit() view returns (uint256)
2
owner() view returns (address)
0xa51c33e27446c859b3598dd59bba07f162eb6d6b
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GLC
totalSupply() view returns (uint256)
5825
uriPrefix() view returns (string)
ipfs://QmRz7gdRwvREKp7DsYS1LFeGcJaVvVbzMTTiAtPNydPUdo/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events CastCharm(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setnftPerAddressLimit(uint256 _nftPerAddressLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.