Flurry Governance Token
Verified contract
Active on
Ethereum with 2,058 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 "Flurry Governance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197755 | 3 days ago | | | 0 | 0.00075183272 | |
| 20996964 | a month ago | | | 0 | 0.00022813373 | |
| 20996962 | a month ago | | | 0 | 0.00023286278 | |
| 20840506 | 2 months ago | | | 0 | 0.00060990961 | |
| 20774713 | 2 months ago | | | 0 | 0.00025672463 | |
| 20774654 | 2 months ago | | | 0 | 0.00017506149 | |
| 20606782 | 3 months ago | | | 0 | 0.00044728073 | |
| 20414811 | 4 months ago | | | 0 | 0.00064932000 | |
| 20374655 | 4 months ago | | | 0 | 0.00020153744 | |
| 20300487 | 4 months ago | | | 0 | 0.000087233127 |
ABI
ABI objects
Getter at block 21218002
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SWEEPER_ROLE() view returns (bytes32)
0x8aef0597c0be1e090afba1f387ee99f604b5d975ccbed6215cdf146ffd5c49fc
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x6a344c25bdbaf7a23d7eb33ec6812cf666e0383c
launchPool() view returns (address)
0xc65679db1262acb60ee9dcab60a2d376db56d8cd
launchPrice() view returns (uint256)
779220779221
maxLock() view returns (uint256)
864000
name() view returns (string)
Flurry Governance Token
pairingToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
paused() view returns (bool)
false
restrictionAmount() view returns (uint256)
5000000000000000000000000
restrictionGas() view returns (uint256)
500000000000
restrictionLiftTime() view returns (uint256)
1630927054
symbol() view returns (string)
FLURRY
totalSupply() view returns (uint256)
756482832613345492556202904
tradingTime() view returns (uint256)
1630926874
unlockMultiple() view returns (uint256)
5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
isWhitelisted(address) view returns (bool)
lastTx(address) view returns (bool)
lockTime(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
openSender(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addSender(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
configurePool(address uniswapV2Router02, address pairingToken_, address lp)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockBot(address account, uint256 unlockBotTime)
mint(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setLaunchPrice(uint256 price)
setRestrictionAmount(uint256 amount)
setRestrictionGas(uint256 price)
sweepERC20Token(address token, address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
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(string name, string symbol, uint256 _restrictionGas, uint256 _restrictionAmount, uint256 _unlockMultiple, uint256 _maxLock)
This contract contains no fallback and receive objects.
This contract contains no error objects.