ETHFT

Verified contract

Active on Ethereum with 76 txns
Deployed by via 0xd0fdff09 at 15836411
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ETHFT"

0x33eafb48abd927c84b146fa82015b9f7ad315900feef5e37f9869055ac72e19d
0x91ce8220251375561cea65d37a976a38eeb4725d31f4da9237ee08a74e152af7
0xac57bde0cc2ec36020f16462a8801edb48dabeac05af1691c537ec15cb7bdcfc
0xb657d7310ddf3ea8e179dc9d787fc009021d8d87aa69383a663af30188ed20f3
0x396b2e8303672643be5615ba3aa7f382c0cc523e4db1dbfb030ce3f116734605
0x0dda97d1fb8438ef30442f60c958e05af88bb56df32a78cc2567d9b3fa0d4182
0xd57a7427249776074d5944f13f2e8b00a7d2980c91de90f2ad847006a9b0c9e7
0x47b8f40c3977dd9a79b9ff84efeee2529df55ab78d624f6798ebadf724489381
0xbc752cfed1b725252f64fdfeba77a3f6f41b8651edf5a8a0771168a34c57dcba
0x6235c947091512319af3c6bba5beec86621a5380a3a91f8b41afb67c15e0c500

Functions
Getter at block 21435070
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
cap(view returns (uint256)
1000000000000000000
decimals(view returns (uint8)
6
name(view returns (string)
ETHFT
paused(view returns (bool)
false
symbol(view returns (string)
EFT
totalSupply(view returns (uint256)
3000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
blackListed(address accountview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blackListAccount(address account
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
unblackListAccount(address account
unpause(
withdrawERC20(address tokenAddressaddress to
withdrawERC721(address tokenAddressaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlackListAccount(address indexed account
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
UnblackListAccount(address indexed account
Unpaused(address account
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 cap_address owner_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.