Cowboy.Finance
Verified contract
Active on
Ethereum with 136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK | ERC-20 | 377.466246K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13840534 | 3 years ago | | | 0 | 0.0026932300 | |
| 12998148 | 3 years ago | | | 0 | 0.0026467950 | |
| 12327731 | 4 years ago | | | 0 | 0.0033674160 | |
| 11718898 | 4 years ago | | | 0 | 0.0022035500 | |
| 11675701 | 4 years ago | | | 0 | 0.0020069910 | |
| 11521875 | 4 years ago | | | 0 | 0.0020394100 | |
| 11495540 | 4 years ago | | | 0 | 0.011522600 | |
| 11493480 | 4 years ago | | | 0 | 0.0026645335 | |
| 11477741 | 4 years ago | | | 0 | 0.021414627 | |
| 11476963 | 4 years ago | | | 0 | 0.0019729075 |
ABI
ABI objects
Getter at block 21302439 pendingTotal() view returns (uint256) producedTotal() view returns (uint256) production() view returns (uint256)
decimals() view returns (uint256)
18
distributedTotal() view returns (uint256)
4985805870477052451897527
holdersSupply() view returns (uint256)
340003128193065963220577
name() view returns (string)
Cowboy.Finance
owner() view returns (address)
0x1e331f39256ad6d670e9bb22850ed39164c14904
period() view returns (uint256)
5923
periodLength() view returns (uint256)
21600
periodProgress() view returns (uint256)
515740740740740740
sheriffsPotSupply() view returns (uint256)
40894426807729476958770
sheriffsVaultSupply() view returns (uint256)
180727861729147493620398
stableCount() view returns (uint256)
3
stables() view returns (address[])
[0xdebF7aFF71e1A08fb6aF31A679D08196e139aD7C, 0xbf794418762000fdE45D0B19b03Ed35a088cD502, 0x515dCc3Ff63B13Ad0daeeE7F571B865B989928d9]
startTime() view returns (uint256)
1605045247
symbol() view returns (string)
MILK
totalSupply() view returns (uint256)
7423512293701909141109225
unitsPerToken() view returns (uint256)
2006762637696760175326487486152190606307769044719012
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address account) view returns (bool)
pendingTo(address account) view returns (uint256)
stable(uint256 index) view returns (address)
vaultOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bandits(uint256 percent) returns (uint256 banditsAmount, uint256 arrestedAmount, uint256 burntAmount)
createStable(address token) returns (address stable)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount) returns (bool)
produceMilk(uint256 amount) returns (uint256)
putToSheriffsVault(uint256 amount)
renounceOwnership()
setController(address controller)
sheriffsPotDistribution() returns (uint256 amount)
sheriffsVaultCommission() returns (uint256)
takeFromSheriffsVault(uint256 amount)
takeMilk(address account) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Bandits(uint256 indexed percent, uint256 totalAmount, uint256 arrestedAmount, uint256 burntAmount)
Burn(address indexed stable, uint256 amount)
ControllerSetUp(address indexed controller)
Mint(address indexed recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SheriffsPotDistribution(uint256 amount)
SheriffsVaultCommission(uint256 amount)
SheriffsVaultDeposit(address indexed account, uint256 amount)
SheriffsVaultWithdraw(address indexed account, uint256 amount)
StableCreated(address stable, address milker, address token, uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.