RAMENFT
Verified contract
Active on
Ethereum with 1,751 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 "RAMENFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17964428 | a year ago | | | 0 | 0.0018790074 | |
| 16811296 | 2 years ago | | | 0 | 0.0010490140 | |
| 16697420 | 2 years ago | | | 0 | 0.0012448056 | |
| 16660893 | 2 years ago | | | 0 | 0.00096552521 | |
| 16642141 | 2 years ago | | | 0 | 0.0020829707 | |
| 16587439 | 2 years ago | | | 0 | 0.00060727993 | |
| 16587113 | 2 years ago | | | 0 | 0.0011559749 | |
| 16440186 | 2 years ago | | | 0 | 0.00076842167 | |
| 16408295 | 2 years ago | | | 0 | 0.00069413674 | |
| 16211838 | 2 years ago | | | 0 | 0.00059071481 |
ABI
ABI objects
Getter at block 21293068
MAX_SUPPLY() view returns (uint16)
1000
baseURI() view returns (string)
ipfs://QmSABPjB3CW5xW8HSZGTMXcNT99owqrsAe3nBScJrs58e8
name() view returns (string)
RAMENFT
owner() view returns (address)
0xbffab7c2e00524aae807f669344d2da1ab879579
paused() view returns (bool)
false
symbol() view returns (string)
RAMEN
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool pause)
setRoyalty(address _receiver, uint96 _fraction)
setTokenURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string uri)
This contract contains no fallback and receive objects.
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedMaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()