TW33T Token
Verified contract
Active on
Ethereum with 475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TW33T Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982778 | a month ago | | | 0 | 0.00054446343 | |
| 20982741 | a month ago | | | 0 | 0.00045042328 | |
| 20829178 | 2 months ago | | | 0 | 0.0013729567 | |
| 20829148 | 2 months ago | | | 0 | 0.0013256173 | |
| 20812842 | 2 months ago | | | 0 | 0.0010782492 | |
| 20812168 | 2 months ago | | | 0 | 0.0015829422 | |
| 17635815 | a year ago | | | 0 | 0.0014387570 | |
| 17301861 | a year ago | | | 0 | 0.0016219314 | |
| 16513510 | 2 years ago | | | 0 | 0.00052411955 | |
| 16508436 | 2 years ago | | | 0 | 0.00039322251 |
ABI
ABI objects
Getter at block 21202518
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISTRIBUTOR_ROLE() view returns (bytes32)
0xfbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c
FEE_SETTER_ROLE() view returns (bytes32)
0xe6ad9a47fbda1dc18de1eb5eeb7d935e5e81b4748f3cfc61e233e64f88182060
burnAmount() view returns (uint256)
5000
decimals() view returns (uint8)
18
feeAmount() view returns (uint256)
6659
feeTo() view returns (address)
0xcb158ff4667663a85f98833199d9d88e77acb466
launchBlock() view returns (uint256)
11741245
launchTime() view returns (uint256)
1611795673
maxFee() view returns (uint256)
6660
name() view returns (string)
TW33T Token
paused() view returns (bool)
false
symbol() view returns (string)
TW33T
totalSupply() view returns (uint256)
637073997905163221763961
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateBurn(uint256 amount) pure returns (uint256)
calculateFee(uint256 amount) view returns (uint256)
feeWhitelist(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFee(uint256 fee)
setFeeAddr(address feeAddr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
whitelist(address target, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address liquidity, address marketing, address feeAddr, address team)
This contract contains no fallback and receive objects.
This contract contains no error objects.