SurrealMintPassFactory
Verified contract
Active on
Ethereum with 1,351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($570.68)
Native
Value
$570.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.157928 | $3,613.54 |
$570.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548532 | 3 months ago | | | 0 | 0.000056493654 | |
| 20547615 | 3 months ago | | | 0 | 0.000073240588 | |
| 20545444 | 4 months ago | | | 0 | 0.000047476972 | |
| 20514923 | 4 months ago | | | 0 | 0.00017920563 | |
| 20473016 | 4 months ago | | | 0 | 0.000052238438 | |
| 19909952 | 6 months ago | | | 0 | 0.00012386420 | |
| 19288823 | 9 months ago | | | 0 | 0.0020978053 | |
| 19148512 | 10 months ago | | | 0 | 0.00080092613 | |
| 18863649 | a year ago | | | 0 | 0.00061474804 | |
| 18863648 | a year ago | | | 0 | 0.00063061180 |
ABI
ABI objects
Getter at block 21313761 asciiSender() view returns (string) generateSenderHash() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x37c6e1d755112213d5e7d5e2aca2b83192f7cf35
signer() view returns (address)
0x4272b1c5a8aea01e5b3403d11a247f3a15ed07a6
totalReleased() view returns (uint256)
48086100650000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
recover(bytes signature) view returns (address)
recoveredAddress(bytes signature) view returns (bytes)
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)
toEthSignedMessageHash(string s) pure returns (bytes32)
totalReleased(address token) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addIntegration(address account)
burn(address account, uint256 id, uint256 value)
createNewMintPass(uint256 mintPrice, uint256 passMintLimit, uint256 walletMintLimit, string tokenURI, bool requiresSignature)
grantAdminRole(address account)
grantRole(bytes32 role, address account)
mint(address to, uint256 tokenId, uint256 amount)
overrideCurrentActiveMintPass(uint256 overrideIndex)
publicMint(address to, uint256 amount, bytes signature) payable
release(address account)
release(address token, address account)
removeAdminRole(address account)
removeIntegration(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintingSigner(address _signer)
toggleSale(uint256 tokenId)
updateMintPass(uint256 id, uint256 mintPrice, uint256 passMintLimit, uint256 walletMintLimit, bool requiresSignature)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address signer_, address adminAddress, address devAddress, address surrealContractAddress_, address[] payees, uint256[] shares_)
receive()
This contract contains no error objects.