MikeTangoBravo22
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MikeTangoBravo22"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21392746 | a day ago | | | 0 | 0.00053089245 | |
| 21374958 | 4 days ago | | | 0 | 0.0011550569 | |
| 20884417 | 2 months ago | | | 0 | 0.00042802829 | |
| 20878834 | 2 months ago | | | 0 | 0.00049846742 | |
| 17870703 | a year ago | | | 0 | 0.0017906981 | |
| 17200337 | 2 years ago | | | 0 | 0.0033823400 | |
| 17200289 | 2 years ago | | | 0 | 0.0058351145 | |
| 17196353 | 2 years ago | | | 0 | 0.0099200211 | |
| 16023533 | 2 years ago | | | 0 | 0.00050852316 | |
| 15796584 | 2 years ago | | | 0 | 0.0012844176 |
ABI
ABI objects
Getter at block 21403109
cap() view returns (uint256)
8192000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MikeTangoBravo22
paused() view returns (bool)
false
symbol() view returns (string)
MTB22
totalSupply() view returns (uint256)
8192000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) 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)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 cap, address prefund, uint256 amount, string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.