Torro DAO Token
Verified contract
Active on
Ethereum with 352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Torro DAO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16289420 | 2 years ago | | | 0 | 0.00039667647 | |
| 16243153 | 2 years ago | | | 0 | 0.00037250909 | |
| 11960739 | 4 years ago | | | 0 | 0.0018577920 | |
| 11941100 | 4 years ago | | | 0 | 0.0016400820 | |
| 11589277 | 4 years ago | | | 0 | 0.0025267473 | |
| 11588753 | 4 years ago | | | 0 | 0.0043967880 | |
| 11585780 | 4 years ago | | | 0 | 0.0075500400 | |
| 11577764 | 4 years ago | | | 0 | 0.0027979560 | |
| 11562569 | 4 years ago | | | 0 | 0.0045666720 | |
| 11550982 | 4 years ago | | | 0 | 0.0021761880 |
ABI
ABI objects
Getter at block 21209285 holders() view returns (address[]) stakedSupply() view returns (uint256) unstakedSupply() view returns (uint256)
decimals() pure returns (uint8)
18
holdersCount() view returns (uint256)
182
name() view returns (string)
Torro DAO Token
owner() view returns (address)
0x633d731d919321a51e5ee482ad0231c1274e4012
symbol() view returns (string)
TORRO
totalSupply() view returns (uint256)
99613276150231255780717
Read-only
allowance(address owner_, address spender_) view returns (uint256)
balanceOf(address sender_) view returns (uint256)
lockedOf(address sender_) view returns (uint256)
stakedOf(address sender_) view returns (uint256)
totalOf(address sender_) view returns (uint256)
State-modifying
Events addBenefits(uint256 amount_)
approve(address spender_, uint256 amount_) returns (bool)
approveDao(address owner_, uint256 amount_) returns (bool)
burn(uint256 amount_)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
increaseAllowance(address spender_, uint256 addedValue_) returns (bool)
initializeCustom(address dao_, address factory_, uint256 supply_)
lockStakesDao(address owner_, uint256 amount_, uint256 id_)
renounceOwnership()
setDaoFactoryAddresses(address dao_, address factory_)
stake(uint256 amount_) returns (bool)
transfer(address recipient_, uint256 amount_) returns (bool)
transferFrom(address owner_, address recipient_, uint256 amount_) returns (bool)
transferOwnership(address newOwner)
unlockStakesDao(address owner_, uint256 id_)
unstake(uint256 amount_) returns (bool)
AddBenefits()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
Unstake(address indexed owner, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.