Dolphin Protocol
Verified contract
Active on
Ethereum with 52 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 "Dolphin Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11415690 | 4 years ago | | | 0 | 0.0026310901 | |
| 11388017 | 4 years ago | | | 0 | 0.00062406410 | |
| 11347570 | 4 years ago | | | 0 | 0.00042221803 | |
| 11343349 | 4 years ago | | | 0 | 0.00042221803 | |
| 11340787 | 4 years ago | | | 0 | 0.00091475005 | |
| 11340776 | 4 years ago | | | 0 | 0.00049657003 | |
| 11340769 | 4 years ago | | | 0 | 0.00049629403 | |
| 11340740 | 4 years ago | | | 0 | 0.00091475005 | |
| 11340735 | 4 years ago | | | 0 | 0.00098793005 | |
| 11340724 | 4 years ago | | | 0 | 0.00051165803 |
ABI
ABI objects
Getter at block 21184861
decimals() view returns (uint8)
18
name() view returns (string)
Dolphin Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DPL
totalSupply() view returns (uint256)
3600000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeMinter(address _minter)
setOwner(address _owner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.