yearn Gift NFT
Verified contract
Active on
Ethereum with 530 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
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 543 | $0.999999 |
$543 | |
SUSHI | ERC-20 | 266.47 | $1.27 |
$338.42 | |
PERP | ERC-20 | 170 | $0.918751 |
$156.19 | |
USDC | ERC-20 | 108.649813 | $0.999114 |
$108.55 | |
YFI | ERC-20 | 0.002877 | $7,734.12 |
$22.25 | |
$ Evmosia.com | ERC-20 | 22.5K | -- | -- | |
ERC-20 | 8.047K | -- | -- | ||
SLP | ERC-20 | 2.035K | -- | -- | |
PKG | ERC-20 | 500 | -- | -- | |
MM | ERC-20 | 47 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18129337 | a year ago | | | 0 | 0.0015253811 | |
| 16552901 | 2 years ago | | | 0 | 0.0010449769 | |
| 15862807 | 2 years ago | | | 0 | 0.00041149712 | |
| 15484378 | 2 years ago | | | 0 | 0.00035691020 | |
| 15352967 | 2 years ago | | | 0 | 0.0015779579 | |
| 15289561 | 2 years ago | | | 0 | 0.00077277000 | |
| 15180946 | 2 years ago | | | 0 | 0.0011954415 | |
| 15112912 | 2 years ago | | | 0 | 0.0032152020 | |
| 15112688 | 2 years ago | | | 0 | 0.0049803169 | |
| 14456609 | 3 years ago | | | 0 | 0.0085585422 |
ABI
ABI objects
Getter at block 21314729
baseURI() view returns (string)
name() view returns (string)
yearn Gift NFT
symbol() view returns (string)
yGIFT
totalSupply() view returns (uint256)
399
Read-only
available(uint256 _amount, uint256 _start, uint256 _duration) view returns (uint256)
balanceOf(address owner) view returns (uint256)
collectible(uint256 _tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
gifts(uint256) view returns (address token, uint256 amount, uint256 tipped, uint256 start, uint256 duration, string name, string message, string url)
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)
collect(uint256 _tokenId, uint256 _amount)
mint(address _to, address _token, uint256 _amount, string _name, string _msg, string _url, uint256 _start, uint256 _duration)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
tip(uint256 _tokenId, uint256 _amount, string _msg)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Collected(address indexed collector, uint256 indexed tokenId, address token, uint256 amount)
GiftMinted(address indexed from, address indexed to, uint256 indexed tokenId, uint256 unlocksAt)
Tip(address indexed tipper, uint256 indexed tokenId, address token, uint256 amount, string message)
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.