KamaGang: The VSFW Edition
Verified contract
Active on
Ethereum with 517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "KamaGang: The VSFW Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138363 | 12 days ago | | | 0 | 0.00075392067 | |
| 18904921 | a year ago | | | 0 | 0.00056447902 | |
| 18833282 | a year ago | | | 0 | 0.00076027219 | |
| 18610271 | a year ago | | | 0 | 0.0033165541 | |
| 16982056 | 2 years ago | | | 0 | 0.0012529025 | |
| 16935497 | 2 years ago | | | 0 | 0.011621876 | |
| 16879529 | 2 years ago | | | 0 | 0.00033932982 | |
| 16856840 | 2 years ago | | | 0 | 0.0029589204 | |
| 16855598 | 2 years ago | | | 0 | 0.0048702297 | |
| 16852294 | 2 years ago | | | 0 | 0.0030426548 |
ABI
ABI objects
Getter at block 21227567
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://kamagang.com/api/token/vsfw/
canClaim() view returns (bool)
true
name() view returns (string)
KamaGang: The VSFW Edition
owner() view returns (address)
0x1d2d8fc9540e73906c6fae482fc241468b20691f
symbol() view returns (string)
VSFW
totalSupply() view returns (uint256)
834
Read-only
ClaimedTokens(uint256) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimToken(uint256[] tokenIds) payable
endClaim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string _hash)
startClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claim(uint256[] _id, address _from)
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.