Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Unissou"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787573 | 3 months ago | | | 0 | 0.00033207348 | |
| 11014197 | 4 years ago | | | 0 | 0.014906885 | |
| 10992022 | 4 years ago | | | 0 | 0.0090433800 | |
| 10991907 | 4 years ago | | | 0 | 0.0088110900 | |
| 10991445 | 4 years ago | | | 0 | 0.0092307243 | |
| 10991429 | 4 years ago | | | 0 | 0.012002400 | |
| 10991355 | 4 years ago | | | 0 | 0.0060234300 | |
| 10991343 | 4 years ago | | | 0 | 0.0077097600 | |
| 10991319 | 4 years ago | | | 0 | 0.010631106 | |
| 10988776 | 4 years ago | | | 0 | 0.013482000 |
ABI
ABI objects
Getter at block 21383277 exposeStakeholders() view returns (struct StakeableStakeholder[])
CREATOR() view returns (string)
unissou.com
ROLE_BURNER() view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
ROLE_CHAIRPERSON() view returns (bytes32)
0x4c4ab3370eb55f38b43a5c45cbf25d8e05d81b67c6e00b33e59d1610de63b382
ROLE_MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
ROLE_MINTER() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
ROLE_OWNER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
burningEnabled() view returns (bool)
false
decimals() view returns (uint8)
8
exposeProposals() view returns (struct VoteableProposal[])
[]
initialSupply() view returns (uint256)
9610000000000
maxRewardRatio() view returns (uint256)
10
minVoteBalance() view returns (uint256)
100
mintingEnabled() view returns (bool)
false
name() view returns (string)
Unissou
paused() view returns (bool)
false
symbol() view returns (string)
YTG
totalStakedSupply() view returns (uint256)
8389600000000
totalSupply() view returns (uint256)
30050400000000
totalSupplyCap() view returns (uint256)
38440000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exposeRoleMember(bytes32 _role, uint256 _id) view returns (address)
exposeStakeholder(address _owner) view returns (struct StakeableStakeholder)
getRoleMembersLength(bytes32 _role) view returns (uint256)
hasRole(bytes32 _role, address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
createProposal(string _name, string _uri, bool _enable)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableProposal(uint256 _id)
grantManagerRole(address _to)
grantRole(bytes32 _role, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount)
mintTo(address _to, uint256 _amount)
pause()
renounceRole(bytes32 _role)
revokeRole(bytes32 _role, address _to)
setMaxRewardRatio(uint256 _amount)
setMinVoteBalance(uint256 _amount)
spend(uint256 _amount, address _target)
stake(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferBatch(address[] _receivers, uint256 _amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnerRole(address _to)
unpause()
unstake(uint256 _amount)
voteForProposal(uint256 _id, bool _isPositiveVote)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
BurningDisabled(address indexed _from)
BurningEnabled(address indexed _from)
MintingDisabled(address indexed _from)
MintingEnabled(address indexed _from)
Paused(address indexed _from)
RoleGranted(bytes32 indexed _role, address indexed _from, address indexed _sender)
RoleRevoked(bytes32 indexed role, address indexed _from, address indexed _sender)
Staked(address indexed _from, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address indexed _from)
Unstaked(address indexed _from, uint256 _amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.