Michael Taaffe Collection
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,229.37)
Native
Value
$2,229.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,715.62 |
$2,229.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17914926 | a year ago | | | 0 | 0.0015905034 | |
| 17220150 | 2 years ago | | | 0.025 | 0.0074041529 | |
| 17145901 | 2 years ago | | | 0.025 | 0.0027235419 | |
| 17118737 | 2 years ago | | | 0 | 0.0017117325 | |
| 17104080 | 2 years ago | | | 0.05 | 0.0038793423 | |
| 17102022 | 2 years ago | | | 0.125 | 0.0066622046 | |
| 17091708 | 2 years ago | | | 0.1 | 0.0068090727 | |
| 17089033 | 2 years ago | | | 0.025 | 0.0067942085 | |
| 17089026 | 2 years ago | | | 0.125 | 0.016500484 | |
| 17089019 | 2 years ago | | | 0.125 | 0.020146374 |
ABI
ABI objects
Getter at block 21327861
currentTokenId() view returns (uint256)
129
imageHash() view returns (string)
2705e2f93aba299ed890204f03fd01d56f16a5ba2cec0492d4b02d506b35dbcc
name() view returns (string)
Michael Taaffe Collection
owner() view returns (address)
0x73417f233d37b0a2ead112314115e37a2904be80
symbol() view returns (string)
MFCMT
totalReleased() view returns (uint256)
2625000000000000000
totalShares() view returns (uint256)
100
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)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
release(address account)
release(address token, address account)
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_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setSalePrice(uint256 salePrice_)
toggleSaleState()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees, uint256[] shares, address royaltiesReceiver, uint96 royaltiesFeeNumerator)
receive()
This contract contains no error objects.