Dapp University

Verified contract

Active on Ethereum with 347 txns
Deployed by via 0x7d1300f7 at 9600729
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dapp University"

0xb79b85a187a0bc93b8d2a35ddd7e656b51b5630e86cd8e22af6150dd4c50d388
0xadb960dc298b9240c10307de08660704f2604a995b2431f3fdc91524f87e7f43
0x938929c883d2da90306f77659e7d188cb31bce61ad5410f204eb288609e3aa1a
0x2bff47c3e0a066f4ca402b29147abe413b867655a0d7dca707e69f1e843032df
0x15588fd6161b96703eb1e60b2da7b4ae553ada8a4a7326ab14071f3552e1d8e9
0x7f9197ac17fb771e81075a6d0dbeeb755fb679f6cf680e7f8d07cc4b1cba9c78
0x784ca205497eb6bd6056fac4da54aa671cda9216f6026c9b11b580d60fae4c4c
0x9ce6a1d634f052d38bfe70226ad8043962d8e2f25c09cc28ce8976d60762d4eb
0x8090b5f4a57fae16535372ba5555c737e34db0cac89a4191f838871c8efe380b
0xd16e4072cddbe9883293e0d0b0fe50e2ab52a341ae60fe4044fabe6d74b21774

Functions
Getter at block 21179297
isOwner(view returns (bool)
false
name(view returns (string)
Dapp University
owner(view returns (address)
0x26570e961182d5f9c0b5f5d800cfec8e05cbe95a
paused(view returns (bool)
false
symbol(view returns (string)
DAPPU
totalSupply(view returns (uint256)
193
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMinter(address accountview returns (bool)
isPauser(address accountview 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
addMinter(address _account
addPauser(address _account
approve(address touint256 tokenId
mint(address _tostring _tokenURIreturns (bool)
pause(
removeMinter(address _account
removePauser(address _account
renounceMinter(
renounceOwnership(
renouncePauser(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address tobool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MinterAdded(address indexed account
MinterRemoved(address indexed account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.