The Greedy Machines

Verified contract

Active on Ethereum with 2,593 txns
Deployed by via 0xf3988635 at 15632035
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#835)
ERC-721
--
 (#833)
ERC-721
--
0x087bed183c0a9c08a1266c26d254ad8fe87ba3ef2247e3abae50b3ef3895cba4
0x5be978a1aeba4d9fb6178b596a4e057ec4a9221a0017d06fe1623f808ef1ee8a
0x2aab92b15fd2394469463a1ce167f4aa6c8026ffd8e0222a0d84ccbec1cb9b2f
0xfd402f90789a0fe4357e304b2cbd6cc73c2e21fbf843ad013a8062b06efcabe9
0x7a583a24480b798570a663b8a6b032434d3bc936da24d9aee0b89817aefd78f5
0x1228e98fd6bac407621b46302ab642e5bb020bd2dc2eec71b46223b6e82498ad
0xcc84e559a2d3fbcfbf5986a6c0a8963e3049829e4987e1960ca110076d47974e
0x7fde872d02e29321d82603c714d44372be931d37d7bd26aec9a10344e7e3c8e7
0xa3572638069dc02160604768e2899ee28042787a438ae3aa743d69fc8c6ca98d
0xef1e55fb6a64ae98d2c46b0614d87087b336bb36697d9b8ad419de9e076a10fd

Functions
Getter at block 21157407
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
name(view returns (string)
The Greedy Machines
paused(view returns (bool)
false
symbol(view returns (string)
BMINE
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address to
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string namestring symbolstring baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.