Gangsta Kong
Verified contract
Active on
Ethereum with 3,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($110.41)
Native
Value
$110.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,680.38 |
$110.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213964 | 13 days ago | | | 0 | 0.00030396310 | |
| 20647247 | 3 months ago | | | 0 | 0.000053713773 | |
| 18937610 | a year ago | | | 0 | 0.00059771829 | |
| 18935223 | a year ago | | | 0 | 0.0014247788 | |
| 18501159 | a year ago | | | 0 | 0.00035512926 | |
| 18486976 | a year ago | | | 0 | 0.00065135022 | |
| 18366113 | a year ago | | | 0 | 0.00021243055 | |
| 17860840 | a year ago | | | 0 | 0.00029854422 | |
| 17860837 | a year ago | | | 0 | 0.00030721951 | |
| 17851930 | a year ago | | | 0 | 0.00058586005 |
ABI
ABI objects
Getter at block 21307129
cost() view returns (uint256)
30000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmUcG8U4kKRfjrqbuJ2z7yqGZhpVEY69QjBGrat97xz6bd/unrevealed.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
9200
name() view returns (string)
Gangsta Kong
nftPerAddressLimit() view returns (uint256)
10
owner() view returns (address)
0x04a13bd8042db35963d18a73ed693d8ec03613d1
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GK
totalSupply() view returns (uint256)
9162
uriPrefix() view returns (string)
ipfs://QmUqmTG871gtqYS4Ds7ENjoWNZywgYsVAQUw2NUwwVfsT6/
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 approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
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)
setNftPerAddressLimit(uint256 _limit)
setPaused(bool _state)
setRevealed(bool _state)
setSupply(uint256 _newSupply)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.