Artsy Monke
Verified contract
Active on
Ethereum with 5,108 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 "Artsy Monke"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106447 | 7 days ago | | | 0 | 0.000089110800 | |
| 21065870 | 13 days ago | | | 0 | 0.00086361558 | |
| 21063352 | 13 days ago | | | 0 | 0.00033030058 | |
| 21050230 | 15 days ago | | | 0 | 0.00030155119 | |
| 20976083 | a month ago | | | 0 | 0.00026677960 | |
| 20917987 | a month ago | | | 0 | 0.00023534532 | |
| 20917982 | a month ago | | | 0 | 0.00024572720 | |
| 20710912 | 2 months ago | | | 0 | 0.000066138106 | |
| 20706243 | 2 months ago | | | 0 | 0.000067537220 | |
| 20705998 | 2 months ago | | | 0 | 0.00011402842 |
ABI
ABI objects
Getter at block 21159596
maxSupply() view returns (uint256)
10000
mintOpen() view returns (bool)
true
name() view returns (string)
Artsy Monke
owner() view returns (address)
0x581bd95c9f864edef3391c49d2022b090256c5a0
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
ArtsyMonke
totalSupply() view returns (uint256)
10000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfMints) payable
mintBulk(uint256 numberOfMints, address mintAddress) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMint(uint256 _maxMint)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _customBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.