Rug

Verified contract

Active on Ethereum with 7,214 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"

0x01e1bae81fd293c7f4ec0aff07f9de6948769c04592e6b8ee83c0e2273f1fbef
0xd7ea18781d1cdc0ea631f6605b5cbb9f2ecabbec6894ebdeb08789964374e8a6
0x58945aae78bf35e1bf46e9ff642844334b5d81a00ebfdda1f3de89befb2eaf1b
0x89c9ee71e6cb978967b253f1258132e918fb0676e11932ede2ae213a8465a1b4
0xbcc3055d6d954f704e4035692f2087b40fb0d4e513f6736f349cc71ea9731f54
0xb9241d97a5087477fd653207371fa6a556ff5fd4d68f928990a34af362a86753
0x583cf6a78a34aa8098a9aacf4a26522426cf38286bee2cc3cab078ad39cdfb1c
0x856d3aceeca07619c9ad1ae48e04782bc04f347e13f1ac9bb06e996310e46f5b
0xb79e7c46a7622ea1f075b4b63b7ccfa385f07356bf66ce0b3a509c5f473a99d7
0x1e1577db1ef9c6c917789f774e2e3c65d56b52ea24e8b80fca23f5b00db0b488

Functions
Getter at block 21282069
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(