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 "Rug"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276938 | 17 hours ago | | | 0 | 0.00021360867 | |
| 21275474 | a day ago | | | 0 | 0.00034585965 | |
| 21272746 | a day ago | | | 0 | 0.00054384028 | |
| 21267880 | 2 days ago | | | 0 | 0.00076863740 | |
| 21262348 | 3 days ago | | | 0 | 0.00022891327 | |
| 21247457 | 5 days ago | | | 0 | 0.00030475441 | |
| 21239807 | 6 days ago | | | 0 | 0.00072937819 | |
| 21239749 | 6 days ago | | | 0 | 0.00031358216 | |
| 21234725 | 7 days ago | | | 0 | 0.00026554920 | |
| 21234450 | 7 days ago | | | 0 | 0.00027525113 |
ABI
ABI objects
Getter at block 21282069 getTokenIdPool() view returns (uint256[])
baseTokenURI() view returns (string)
ipfs://bafybeig2mx4cssg2jpaklyeh5rpmxghi242eum357uznbhd5a6oqkur4c4/
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
10000
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalNativeSupply, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()