Rugimals PFP
Verified contract
Active on
Ethereum with 637 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 "Rugimals PFP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16943124 | 2 years ago | | | 0 | 0.0015348466 | |
| 15254498 | 2 years ago | | | 0 | 0.00013849808 | |
| 14788183 | 3 years ago | | | 0 | 0.00092038908 | |
| 14788183 | 3 years ago | | | 0 | 0.00092038908 | |
| 14642541 | 3 years ago | | | 0 | 0.0023928400 | |
| 14635147 | 3 years ago | | | 0 | 0.00032975532 | |
| 14604384 | 3 years ago | | | 0 | 0.0018208880 | |
| 14555093 | 3 years ago | | | 0 | 0.00053857406 | |
| 14529963 | 3 years ago | | | 0 | 0.0046379161 | |
| 14521462 | 3 years ago | | | 0 | 0.0031712525 |
ABI
ABI objects
Getter at block 21386935
baseURI() view returns (string)
ipfs://QmcJ3UPkuhknkL8rswdtw25osqGeP12vHUUSEJFBRTWYwQ/
getMintedAmount() view returns (uint256)
1350
is_public_active() view returns (uint256)
1
max_supply() view returns (uint256)
1350
name() view returns (string)
Rugimals PFP
owner() view returns (address)
0xe3a426413caafd88d94e6d593ce8ba8ec119c389
public_max() view returns (uint256)
3
public_price() view returns (uint256)
0
public_sale_status() view returns (bool)
true
symbol() view returns (string)
RPFP
totalSupply() view returns (uint256)
1351
total_supply() view returns (uint256)
1350
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)
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)
buy(uint256 _count) payable
buy_rey(uint256 _count)
public_status(bool enable)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update_max_supply(uint256 total)
update_public_max(uint256 total)
update_public_price(uint256 price)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()