Chum Chums
Verified contract
Active on
Ethereum with 9,650 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Chum Chums"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283199 | a day ago | | | 0 | 0.00048467895 | |
| 21279358 | 2 days ago | | | 0 | 0.0010069107 | |
| 21269234 | 3 days ago | | | 0 | 0.00031447619 | |
| 21267035 | 3 days ago | | | 0 | 0.00077756696 | |
| 21215827 | 10 days ago | | | 0 | 0.00060985758 | |
| 21215823 | 10 days ago | | | 0 | 0.0011007417 | |
| 21200687 | 13 days ago | | | 0 | 0.00065726254 | |
| 21189949 | 14 days ago | | | 0 | 0.00085017302 | |
| 21177186 | 16 days ago | | | 0 | 0.0010113738 | |
| 21175589 | 16 days ago | | | 0 | 0.0018506170 |
ABI
ABI objects
Getter at block 21290538
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
56000000000000000
_isActive() view returns (bool)
false
_presaleActive() view returns (bool)
true
amountForTeam() view returns (uint256)
250
maxPresale() view returns (uint256)
2
maxPublicTx() view returns (uint256)
5
name() view returns (string)
Chum Chums
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x80990a314bd8a330f802e4eac5a817f8c05beb25
preSaleRoot() view returns (bytes32)
0x28dd0c6c766e4e5d440417bac697bbd1cb29edf0ca3adac0ab5819f211fb0249
publicRoot() view returns (bytes32)
0xe89f3060fa212ed961b1c77ffeb590c8ab81e3c93ef5074db417bb4b26a74975
symbol() view returns (string)
CHUMCHUMS
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
5700
Read-only
_preSaleListCounter(address) view returns (uint8)
_teamCounter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
released(address token, 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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint256 quantity, bytes32 _suppliedRoot, bytes32[] _merkleProof, bytes32[] _passProof, string _hash) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPresale(uint256 _maxPresale)
setPreSaleRoot(bytes32 _root)
setPublicRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, 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(string name, string symbol, uint256 _amountForTeam, uint256 _maxPublicTx, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.