Video Game Dev Squad
Verified contract
Active on
Ethereum with 7,989 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Video Game Dev Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252204 | 5 days ago | | | 0 | 0.00076095326 | |
| 21243099 | 6 days ago | | | 0 | 0.0010490421 | |
| 21241881 | 6 days ago | | | 0 | 0.00047903433 | |
| 21232902 | 8 days ago | | | 0 | 0.00079236548 | |
| 21226852 | 8 days ago | | | 0 | 0.00042966123 | |
| 21226779 | 9 days ago | | | 0 | 0.00041209907 | |
| 21212123 | 11 days ago | | | 0 | 0.00048632481 | |
| 21207526 | 11 days ago | | | 0 | 0.00046646327 | |
| 21196919 | 13 days ago | | | 0 | 0.00079081065 | |
| 21193684 | 13 days ago | | | 0 | 0.0013973185 |
ABI
ABI objects
Getter at block 21287632
checkWhitelist() view returns (bool)
false
getPrice() view returns (uint256)
75000000000000000
getSupplyLimit() view returns (uint256)
5
getUri() view returns (string)
https://kg-nft.s3.amazonaws.com/UBIW1OT08AE/NFT_META/
name() view returns (string)
Video Game Dev Squad
owner() view returns (address)
0x83c0b0c05d9f7f477e66d621256f9d66fe99472d
paused() view returns (bool)
false
symbol() view returns (string)
VGDS
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addAddress(address _address)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
makeNFT(uint256 num) payable
pause()
removeAddress(address _address)
renounceOwnership()
reserve(address _to, uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMUri(uint256 _id, string _newUri)
setPrice(uint256 _newPrice)
setSupplyLimit(uint256 _newLimit)
setUri(string _newUri)
switchWhiteListOn(bool change)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistAddress(address[] users)
withdrawAll() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.