Rakuten Monkey Girls Club
Verified contract
Active on
Ethereum with 271 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 "Rakuten Monkey Girls Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998048 | a month ago | | | 0 | 0.00021515713 | |
| 20698249 | 3 months ago | | | 0 | 0.00011306718 | |
| 18812050 | a year ago | | | 0 | 0.00092772271 | |
| 16611030 | 2 years ago | | | 0 | 0.00036236761 | |
| 15724845 | 2 years ago | | | 0 | 0.0010808130 | |
| 15707879 | 2 years ago | | | 0 | 0.0013479490 | |
| 15545094 | 2 years ago | | | 0 | 0.00032152327 | |
| 15545094 | 2 years ago | | | 0 | 0.00034479435 | |
| 15402178 | 2 years ago | | | 0 | 0.00062927360 | |
| 15350437 | 2 years ago | | | 0 | 0.00075883115 |
ABI
ABI objects
Getter at block 21325539
minter() view returns (address)
0x2e1d37700203263a61cae1726ad70c6074ee511e
name() view returns (string)
Rakuten Monkey Girls Club
owner() view returns (address)
0x503fe9aade0d504c675400b1eb346b9398db5255
symbol() view returns (string)
RMGC
totalSupply() view returns (uint256)
525
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)
mint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMinter(address _minter)
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)
Minted(address to, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] auctions)
This contract contains no fallback and receive objects.
This contract contains no error objects.