SprayCans
Verified contract
Active on
Ethereum with 953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,931.71)
Native
Value
$5,908.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.877792 | $3,146.43 |
$5,908.34 | |
WETH | ERC-20 | 0.007428 | $3,146.73 |
$23.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151904 | 4 days ago | | | 0 | 0.00043484025 | |
| 20329022 | 4 months ago | | | 0 | 0.00015164678 | |
| 20262083 | 4 months ago | | | 0 | 0.00016412733 | |
| 19048579 | 10 months ago | | | 0 | 0.00096440824 | |
| 19027569 | 10 months ago | | | 0 | 0.0011809891 | |
| 19001408 | 10 months ago | | | 0 | 0.00071690029 | |
| 19000953 | 10 months ago | | | 0 | 0.0012864096 | |
| 19000880 | 10 months ago | | | 0 | 0.0013868987 | |
| 19000876 | 10 months ago | | | 0 | 0.0011811518 | |
| 19000869 | 10 months ago | | | 0 | 0.0015208160 |
ABI
ABI objects
Getter at block 21177250
MAX_SUPPLY() view returns (uint256)
1111
PRESALE_START() view returns (uint256)
1640023200
SALE_START() view returns (uint256)
1640109600
_isMintingActive() view returns (bool)
true
name() view returns (string)
SprayCans
owner() view returns (address)
0x6d40c146fa3bfe12032e325203b848261895743e
symbol() view returns (string)
SC
totalReleased() view returns (uint256)
52741592250000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
712
Read-only
balanceOf(address owner) view returns (uint256)
getAmountRemaining(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhitelisted(address[] _addresses, uint256[] _balances)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _target, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees, uint256[] shares)
receive()
This contract contains no error objects.