TolPassSeller
Verified contract
Active on
Ethereum with 1,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb82…9ff6
Balances ($0.00)
No balances found for "TolPassSeller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16866778 | 2 years ago | | | 0 | 0.091204572 | |
| 16866758 | 2 years ago | | | 0 | 0.0011273381 | |
| 16866072 | 2 years ago | | | 0 | 0.00057590208 | |
| 16865948 | 2 years ago | | | 0 | 0.0020666005 | |
| 16865845 | 2 years ago | | | 0 | 0.0027686727 | |
| 16865844 | 2 years ago | | | 0 | 0.0027575953 | |
| 16865843 | 2 years ago | | | 0 | 0.0028071139 | |
| 16865835 | 2 years ago | | | 0 | 0.0026751418 | |
| 16865773 | 2 years ago | | | 0 | 0.0022002726 | |
| 16865739 | 2 years ago | | | 0 | 0.0021555548 |
ABI
ABI objects
Getter at block 21159856
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PIE() view returns (bytes32)
0x5049450000000000000000000000000000000000000000000000000000000000
maxSupply() view returns (uint256)
5000
mintCost() view returns (uint256)
0
owner() view returns (address)
0x268049ab4497f35098231d196d96060be914ca93
paused() view returns (bool)
true
salesId() view returns (uint256)
1
tolPass() view returns (address)
0xbb82f18f16673e8140915219f5932e1bdbba9ff6
totalSupply() view returns (uint256)
5000
withdrawAddress() view returns (address)
0x474f057ffd4184ce80236d39c88e8ecfe8589931
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
mintedAmountBySales(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events airdrop(address[] _addresses, uint256[] _amounts) payable
allowlistMint(uint256 _amount, uint256 _allowedAmount, bytes32[] _merkleProof) payable
grantRole(bytes32 role, address account)
pause()
pieMint(address _minter, uint256 _amount, uint256 _allowedAmount, bytes32[] _merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxSupply(uint256 _value)
setMerkleRoot(bytes32 _value)
setMintCost(uint256 _value)
setSalesId(uint256 _value)
setSalesInfo(uint256 _salesId, uint256 _maxSupply, uint256 _mintCost, bytes32 _merkleRoot)
setTolPass(address _address)
setWithdrawAddress(address _value)
transferOwnership(address newOwner)
unpause()
withdraw() payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address _withdrawAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.