Yield Guild Badge
Verified contract
Active on
Ethereum with 25,934 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YGG | ERC-20 | 66.731621 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181638 | 11 days ago | | | 0 | 0.0014832755 | |
| 21181635 | 11 days ago | | | 0 | 0.0024707524 | |
| 21153901 | 15 days ago | | | 0 | 0.00064503102 | |
| 21056266 | a month ago | | | 0 | 0.00034051342 | |
| 20979977 | a month ago | | | 0 | 0.00066050270 | |
| 20959735 | a month ago | | | 0 | 0.00035359395 | |
| 20959693 | a month ago | | | 0 | 0.00043405150 | |
| 20761205 | 2 months ago | | | 0 | 0.000077878311 | |
| 20753371 | 2 months ago | | | 0 | 0.000040635760 | |
| 20753197 | 2 months ago | | | 0 | 0.000047648830 |
ABI
ABI objects
Getter at block 21258896
baseURI() view returns (string)
https://yieldguild.io/api/badge/
name() view returns (string)
Yield Guild Badge
owner() view returns (address)
0xcafeacdadd29f55ce935492e20f1f982df3fb51d
symbol() view returns (string)
YGG BADGE
totalSupply() view returns (uint256)
23111
Read-only
addressToBadge(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)
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()
mintFor(address _owner)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateURI(string newURI)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.