Pulse Pass
Verified contract
Active on
Ethereum with 710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pulse Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20708737 | 3 months ago | | | 0 | 0.000077485851 | |
| 20635186 | 3 months ago | | | 0 | 0.00030696061 | |
| 20387524 | 4 months ago | | | 0 | 0.000074074595 | |
| 20386995 | 4 months ago | | | 0 | 0.000058247341 | |
| 20100203 | 6 months ago | | | 0 | 0.00018936425 | |
| 19953933 | 6 months ago | | | 0 | 0.00026595094 | |
| 19160293 | 10 months ago | | | 0 | 0.00049046855 | |
| 19151115 | 10 months ago | | | 0 | 0.00071264388 | |
| 18995295 | a year ago | | | 0 | 0.00076200114 | |
| 18923373 | a year ago | | | 0 | 0.00061812492 |
ABI
ABI objects
Getter at block 21317385
launchpassId() view returns (uint256)
41
name() view returns (string)
Pulse Pass
owner() view returns (address)
0x3470151d1c87597623e53fae98e4bc585e6cc709
supplyLock() view returns (bool)
false
symbol() view returns (string)
PULSE
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
validTypes(uint256) view returns (bool)
State-modifying
Events burnForAddress(uint256 _id, uint256 _quantity, address _address)
createType(uint256 _id)
lockSupply()
mintBatch(uint256[] _ids, uint256[] _quantity)
renounceOwnership()
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)
setBurnerAddress(address _address)
setURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string indexed _uri)
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 _owner, struct MintPassContractInitialParameters initialParameters)
This contract contains no fallback and receive objects.
This contract contains no error objects.