Dapp University
Verified contract
Active on
Ethereum with 347 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 "Dapp University"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17060200 | 2 years ago | | | 0 | 0.0024721416 | |
| 15054112 | 2 years ago | | | 0 | 0.0027824260 | |
| 15052656 | 2 years ago | | | 0 | 0.0014344564 | |
| 13689844 | 3 years ago | | | 0 | 0.0043439355 | |
| 12215476 | 4 years ago | | | 0 | 0.0044851830 | |
| 11733494 | 4 years ago | | | 0 | 0.0 | |
| 11732812 | 4 years ago | | | 0 | 0.0 | |
| 11731768 | 4 years ago | | | 0 | 0.0 | |
| 11730929 | 4 years ago | | | 0 | 0.0 | |
| 11393528 | 4 years ago | | | 0 | 0.0066965445 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address _account)
addPauser(address _account)
approve(address to, uint256 tokenId)
mint(address _to, string _tokenURI) returns (bool)
pause()
removeMinter(address _account)
removePauser(address _account)
renounceMinter()
renounceOwnership()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.