Dolphin Token
Verified contract
Active on
Ethereum with 557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Dolphin Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19695347 | 7 months ago | | | 0 | 0.00018596892 | |
| 19289380 | 9 months ago | | | 0 | 0.0020838147 | |
| 18337493 | a year ago | | | 0 | 0.00024839110 | |
| 17107875 | 2 years ago | | | 0 | 0.00098870113 | |
| 12697480 | 3 years ago | | | 0 | 0.00024775800 | |
| 12455003 | 3 years ago | | | 0 | 0.0010493280 | |
| 11941281 | 4 years ago | | | 0 | 0.0016177140 | |
| 11619552 | 4 years ago | | | 0 | 0.0025034100 | |
| 11469162 | 4 years ago | | | 0 | 0.0053438400 | |
| 11458440 | 4 years ago | | | 0 | 0.0039633480 |
ABI
ABI objects
Getter at block 21200747
decimals() view returns (uint8)
18
feePercentage() view returns (uint256)
3
name() view returns (string)
Dolphin Token
symbol() view returns (string)
DOLPHIN
totalSupply() view returns (uint256)
5369719728714659120870
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
addWhitelisted(address account)
addWhitelisted(address[] _accounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
removeWhitelisted(address account)
removeWhitelisted(address[] _accounts)
renounceMinter()
renounceWhitelistAdmin()
renounceWhitelisted()
transfer(address _recipient, uint256 _amount) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
WhitelistedAdded(address indexed account)
WhitelistedRemoved(address indexed account)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupplyWithoutDecimals, uint256 _feePercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.