Upland

Verified contract

Active on Ethereum with 11,023 txns
Deployed by via 0xcce4bf83 at 20227114
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $770.62
0x41ee98bcfbd1a2e87bd0ac6b2ada81eb5161ef4b7411b7dcb9072ce6dc54e827
0x2bae6203c9c70dd25e46043ab4794f062c6019d19520bac81f631cb4062d81fc
0xba779961b6a3c90e1c2b139bc1543901862b85720de5ce5d921007cae4035162
0xb4ed7a8b576214d61b265812cd711f30fd583dbc16a1459b32bbc94b7e694033
0x30508e3fbc4956f919339bda347b269f74877bb2a34b0429046a68b8ae6dafbd
0x7d9e268e8f444e630eb2f00c7863c65e2bf4541699c5e172c5310603783c7d39
0xb1f0272f2583c39acf7c321624118953d585d0cd87cf291233932a685b506365
0x7bae9e40fc05f1c91a469147579ada07fdff81d9255a5f10af3d7ded90e553ec
0x4df234d6e99ef3ce2bb83fde655b697d8dccff03c0225125b71cc3a79a4e8ff4
0xe8355b4879eabe8f6fe8d8b09c1bf1dd52ee87575e9202ed94259ac7e98d969d

Functions
Getter at block 20792091
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000
cap(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Upland
symbol(view returns (string)
SPARKLET
totalSupply(view returns (uint256)
1000000000000000000000000000
vesting(view returns (address)
0x60fb0953b1688e700ed9af74936a032f368e6807
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address vestingContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressIsZero(
ERC20ExceededCap(uint256 increasedSupplyuint256 cap
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidCap(uint256 cap
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
TransferToVestingAccount(