Maschine

Verified contract

Active on Ethereum with 1,461 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Maschine"

0xc7a2b8e51d31595add7393fb2e944cc65a9c15dbc7bddbbb2891e438b50ea070
0xa4f63673576f72a7f8b9968ff724239bbef32a2ba9548ae18207ec94a025098e
0xcf0a04c79ad18310a539a6f126dd3af68069960caae6b096c615c4ec4652c048
0xbbfe7d96034a17359d77827455895843df0ecac86589a63f5cdf758f717b241d
0x6e2bd2b3c78f7650beb29795ae2070ae445a4a2f2c0171e6d2c4342b3065d770
0xbb183e2a0bbbaf2e39c43444b99f986d34e2ea4d02ee9bbb5f02a37296c12540
0xa9374fd58e59c06cd21ecc597f4d26e4d76ae02e2727630e6d4d05b8ee10abf4
From
0x7069badb2104b4c960171db8764e58f3941c7c5f45d314061659ed8cd033d2b9
From
0xa41fcb86020f905ac965c0a3080b8a182a43aa13302b72bbfc95544302953a40
0x058b83dd31d6356c38d72b092959d488a6d17622179f81e99e578e6b1351c6d8
From

Functions
Getter at block 21047436
baseURIValue(view returns (string)
https://maschine.harmvandendorpel.com/api/metadata/
currentTokenId(view returns (uint16)
1000
isOperatorFilterRegistryRevoked(view returns (bool)
false
minterContractAddress(view returns (address)
0x86e263cadd1cace347a752fe84c065823bca66a1
name(view returns (string)
Maschine
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x9011eb570d1be09ea4d10f38c119dcdf29725c41
paused(view returns (bool)
false
payoutAddress(view returns (address)
0xd8232df18506418dfa26971b63b950aba9430e31
royaltyFee(view returns (uint96)
850
symbol(view returns (string)
tokenIdMax(view returns (uint16)
1000
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
endMint(
mint(address recipient
pause(
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMinterAddress(address newMinter
setPayoutAddress(address newPayoutAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _payoutAddressaddress _minterContractAddressuint16 _tokenIdMaxstring _baseURIValue
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(