This contract is being backfilled. You may encounter incomplete storage history.

Rug

Verified contract

Active on Ethereum with 7,121 txns
Deployed by via 0xc3fa9092 at 19167603
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rug"

0x84227388c1ff97fb92d6cfc7c114ab1462ed91fee44fb4a3b349a4d5242c6562
0x1eb8f06517430cba86aad41e58e6c10733ee240a8addf6bcd7918676260618f1
0x1614b7af7a8439918da3c87150e7a53aa72b29ff8a61cf18b2f00296dd37123f
0xbd2133958310aa7ac42673ce626f2cede093ece07d5d3aac070e079f97fe60ed
0xed35f9289ef3839aa6d623ba6b989ba4554578120cacebdc45a5ba87fa9bc393
0xd2e75d7472c4fbbd0084bbd4654bf5b54067181e7a47c670334db78265b73438
0x3e5bd5a48e5ee3503ef6a908a83ac6c36dbb8ae4fc8a38b1702d110c0f69b97f
0xfee55c9c30adf59b0fdaef57da51921d2059b48518c92752945ddebb99828188
0x5c9741b4d06ae1f7f6f7e3813735403fa2172033180bb579720d7e97c760a360
0xf34df9773b33bc46eb6e7dcbccba44e798aabd1b8ffdda3c859515888b947b4a

Functions
Getter at block 20898718
baseTokenURI(view returns (string)
ipfs://bafybeig2mx4cssg2jpaklyeh5rpmxghi242eum357uznbhd5a6oqkur4c4/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
10000
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
10000
name(view returns (string)
Rug
owner(view returns (address)
0xc11b39accc09342ef65fa7492f3550bf33f82b9a
symbol(view returns (string)
RUG
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(