stayWithUSDC
Verified contract
Active on
Ethereum with 247 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 "stayWithUSDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16817434 | 2 years ago | | | 0 | 0.0017412981 | |
| 16814118 | 2 years ago | | | 0 | 0.0030411163 | |
| 16811193 | 2 years ago | | | 0 | 0.00086371926 | |
| 16810833 | 2 years ago | | | 0 | 0.00056461238 | |
| 16810099 | 2 years ago | | | 0.01 | 0.0044953928 | |
| 16809486 | 2 years ago | | | 0 | 0.00096766337 | |
| 16808644 | 2 years ago | | | 0.0025 | 0.0027960997 | |
| 16808476 | 2 years ago | | | 0 | 0.0023147059 | |
| 16808476 | 2 years ago | | | 0 | 0.0023147059 | |
| 16808413 | 2 years ago | | | 0.005 | 0.0034252224 |
ABI
ABI objects
Getter at block 21229741
aaveOracle() view returns (address)
0x54586be62e3c3580375ae3723c145253060ca0c2
maxSupply() view returns (uint256)
2222
mintPrice() view returns (uint256)
2500000000000000
mintStatus() view returns (bool)
true
name() view returns (string)
stayWithUSDC
owner() view returns (address)
0xd14300df1a41285cf69bdfcffa0f48d2583255b8
symbol() view returns (string)
SWU
totalMinted() view returns (uint256)
768
usdcAddress() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMinted(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintPrice(uint256 _mintPrice)
mint(uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintStatus(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
constructor(address _aaveOracle, address _usdcAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.