Burn FTX

Verified contract

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

No balances found for "Burn FTX"

0x047789d2f966fae9b35ebc5cce28390e4999c48b7f23cba985cce16f3edf6aa0
0xd043c3d64ad5e294a282489e5ce1c303f6cbb90bcdfe4e7c53749cb9a84d1783
0x1b8eb3d17a6f63d7e7a392b59cbd55f8aa85f6966cc62e4f15a0f4d8baf351b2
0xc5ab0c1258f221b8474de6b54a9f1f3392fd0fa0c041905382a56f630bdd0ae8
0x13103156490e62fac627527c65fe4252c1ab4e4c065e2a741e35f175087730f6
0x5d816648aae11793251af152c106b795d824129889acc01d3ca7bf5b433f7f77
0x6cae26b83be9363bd356951b50ccbb502caecc258377d96d9f845637ecfc8d74
0xad940c28ed6bb0403ff2c6a7920480b0dc9405a96562b819b90916d4f100a7fe
0x3ec8e9220088ab281470a53364f3c2f3aac304bd8c4358af39b5a2271561c77a
0xe82c2646e76e2fd66e6d01d5b8a428f037c8b7cb28b4aa1655f5884662741e98

Functions
Getter at block 20864014
CAN_BURN_ROLE(view returns (bytes32)
0x21d33b64d960084e4ecc472243d172cd20c1b4be33451d9ecb56e1b27cc707ac
CAN_MINT_ROLE(view returns (bytes32)
0xfaff01ca95586d20085dce0eb9c384cf58df7a188cfe76211db71886c8a2c9cf
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cap(view returns (uint256)
21000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Burn FTX
saleAddress(view returns (address)
0x0000000000000000000000000000000000000000
saleSupply(view returns (uint256)
0
symbol(view returns (string)
BFTX
tax(view returns (uint8)
0
totalSupply(view returns (uint256)
5000000000000000000000000
vestingAddress(view returns (address)
0x0000000000000000000000000000000000000000
vestingSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
internalContracts(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address accountuint256 amount
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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
Constructor
constructor(string name_string symbol_bytes arguments_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CapExceeded(uint256 amount_uint256 cap_
InvalidAllowance(uint256 allowance_uint256 amount_
InvalidDecimals(uint8 decimals_
InvalidSaleConfig(address sale_uint256 saleSupply_
InvalidTransactionTax(uint256 percentage_
InvalidVestingConfig(address vesting_uint256 vestingSupply_
SupplyGreaterThanCap(uint256 supply_uint256 saleSupply_uint256 vestingSupply_uint256 cap_