RedPanda
Verified contract
Active on
Ethereum with 3,959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33.18)
Native
Value
$33.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,318.09 |
$33.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023819 | a month ago | | | 0 | 0.00036140103 | |
| 20863090 | 2 months ago | | | 0 | 0.00034910401 | |
| 19800956 | 7 months ago | | | 0 | 0.00024355193 | |
| 19708718 | 7 months ago | | | 0 | 0.00027402898 | |
| 19603710 | 8 months ago | | | 0 | 0.00077166219 | |
| 19232059 | 9 months ago | | | 0 | 0.0018454398 | |
| 19097621 | 10 months ago | | | 0 | 0.00046939610 | |
| 18908494 | a year ago | | | 0 | 0.00056393387 | |
| 18899510 | a year ago | | | 0 | 0.0020898337 | |
| 18867947 | a year ago | | | 0 | 0.00044161771 |
ABI
ABI objects
Getter at block 21272243
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_startSale() view returns (bool)
true
contractPaused() view returns (bool)
false
name() view returns (string)
RedPanda
owner() view returns (address)
0x53b95fb5c635ff2c517df9d65604923f425c3685
symbol() view returns (string)
RPanda
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokensByOwner(address _owner) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensPerOwner(address, uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
birth() returns (bool, uint256)
buyNFT(uint256 quantity) payable returns (bool, uint256)
devMint(uint256 count, address recipient)
grantRole(bytes32 role, address account)
pauseContract(bool _paused)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI) returns (bool)
startSale()
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)
Mint(uint256 indexed index, address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SaleIsStarted()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed account, uint256 indexed amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.