GovKudasai
Verified contract
Active on
Ethereum with 858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,400.98)
Native
Value
$12,011.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.88 | $3,095.76 |
$12,011.55 | |
BLUR | ERC-20 | 1.557782K | $0.249993 |
$389.43 | |
GS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19968863 | 6 months ago | | | 0 | 0.0012180657 | |
| 19637195 | 7 months ago | | | 0.005 | 0.0017167580 | |
| 19593442 | 7 months ago | | | 0.005 | 0.0014640200 | |
| 19487047 | 8 months ago | | | 0.005 | 0.0031672283 | |
| 19289506 | 9 months ago | | | 0.005 | 0.0053730477 | |
| 19054695 | 10 months ago | | | 0 | 0.00028448058 | |
| 19054683 | 10 months ago | | | 0 | 0.00029847896 | |
| 19054675 | 10 months ago | | | 0 | 0.00027542270 | |
| 19054660 | 10 months ago | | | 0 | 0.00027208532 | |
| 18997101 | 10 months ago | | | 0.005 | 0.0022551528 |
ABI
ABI objects
Getter at block 21224925
mintCost() view returns (uint256)
5000000000000000
name() view returns (string)
GovKudasai
owner() view returns (address)
0x7528043c1acda98c79eadb219c04d2a76e2a618d
symbol() view returns (string)
GK
totalSupply() view returns (uint256)
776
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recipientAddress(address) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setImageUri(string newImage)
setRecipientAddress(address recipientAddress_, bool state_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Locked(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
constructor()
receive()
This contract contains no error objects.