Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FUDcoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19504374 | 8 months ago | | | 0 | 0.0010536241 | |
| 16996232 | 2 years ago | | | 0 | 0.00050015656 | |
| 14739324 | 3 years ago | | | 0 | 0.0012283496 | |
| 14241474 | 3 years ago | | | 0 | 0.0011579561 | |
| 14229229 | 3 years ago | | | 0 | 0.0040575920 | |
| 14229228 | 3 years ago | | | 0 | 0.0037495920 | |
| 12376173 | 4 years ago | | | 0 | 0.00093273600 | |
| 12114390 | 4 years ago | | | 0 | 0.0052365000 | |
| 12108858 | 4 years ago | | | 0 | 0.0090892659 | |
| 11996335 | 4 years ago | | | 0 | 0.0044532000 |
ABI
ABI objects
Getter at block 21326480
cap() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
lexDAOcertified() view returns (bool)
false
lexDAOgoverned() view returns (bool)
true
name() view returns (string)
FUDcoin
paused() view returns (bool)
false
stamp() view returns (string)
a9b0ae2145a1ced0f6edbca109780ab43139a8adc84497abd3b44b68ff506541
symbol() view returns (string)
FUD
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLexDAO(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addLexDAO(address account)
addMinter(address account)
addPauser(address account)
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)
lexDAOcertify(string details, bool _lexDAOcertified)
lexDAOgovernance(string details, bool _lexDAOgoverned)
lexDAOstamp(string _stamp)
lexDAOtransfer(string details, address from, address to, uint256 amount)
mint(address account, uint256 amount) returns (bool)
pause()
renounceLexDAO()
renounceMinter()
renouncePauser()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateLexTokenStamp(string _stamp)
Approval(address indexed owner, address indexed spender, uint256 value)
LexDAOadded(address indexed account)
LexDAOcertified(string indexed details, bool indexed _lexDAOcertified)
LexDAOgoverned(string indexed details, bool indexed _lexDAOgoverned)
LexDAOremoved(address indexed account)
LexDAOtransferred(string indexed details)
LexTokenStampUpdated(string indexed _stamp)
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(string name, string symbol, string _stamp, uint8 decimals, uint256 cap, uint256 initialSupply, address owner, address _lexDAO, bool _lexDAOgoverned)
This contract contains no fallback and receive objects.
This contract contains no error objects.