DelegatedShare

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x8d88d6ff at 17174324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DelegatedShare"

No transactions found for "DelegatedShare"


Functions
Getter at block 20907625
decimals(view returns (uint8)
18
name(view returns (string)
Rosatocorp
podCallGasLimit(view returns (uint256)
140000
podsLimit(view returns (uint256)
3
symbol(view returns (string)
RSC
totalSupply(view returns (uint256)
5202010946089902529898
Read-only
allowance(address owneraddress spenderview returns (uint256)
approve(addressuint256pure returns (bool)
balanceOf(address accountview returns (uint256)
decreaseAllowance(addressuint256pure returns (bool)
hasPod(address accountaddress podview returns (bool)
increaseAllowance(addressuint256pure returns (bool)
podAt(address accountuint256 indexview returns (address)
podBalanceOf(address podaddress accountview returns (uint256)
pods(address accountview returns (address[])
podsCount(address accountview returns (uint256)
transfer(addressuint256pure returns (bool)
transferFrom(addressaddressuint256pure returns (bool)
State-modifying
addDefaultFarmIfNeeded(address accountaddress farm
addPod(address pod
burn(address accountuint256 amount
mint(address accountuint256 amount
removeAllPods(
removePod(address pod
Events
Approval(address indexed owneraddress indexed spenderuint256 value
PodAdded(address accountaddress pod
PodRemoved(address accountaddress pod
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 maxUserPodsuint256 podCallGasLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApproveDisabled(
IndexOutOfBounds(
InsufficientGas(
InvalidPodAddress(
NotOwner(
OutputArrayTooSmall(
PodAlreadyAdded(
PodNotFound(
PodsLimitReachedForAccount(
PopFromEmptyArray(
ReentrantCall(
TransferDisabled(
ZeroPodsLimit(